Blame view

src/views/fee/feeDetailHisFeeLang.js 1.1 KB
f80ea09a   wuxw   加入费用详情
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  export const messages = {
    en: {
      feeDetailHisFee: {
        feeName: 'Fee Item',
        payerObjName: 'Charge Object',
        cycles: 'Cycle (Unit: Month)',
        amount: 'Receivable/Received (Unit: Yuan)',
        paymentMethod: 'Payment Method',
        paymentPeriod: 'Payment Period',
        paymentTime: 'Payment Time',
        cashier: 'Cashier',
        status: 'Status',
        remark: 'Remark',
        operation: 'Operation',
        detail: 'Detail',
        accountDeduction: 'Account Deduction'
      },
      feeDetailHisFeeDemo: {
        openComponent: 'Open Fee Detail History'
      }
    },
    zh: {
      feeDetailHisFee: {
        feeName: '费用项',
        payerObjName: '收费对象',
        cycles: '周期(单位:月)',
        amount: '应收/实收(单位:元)',
        paymentMethod: '缴费方式',
        paymentPeriod: '缴费起始段',
        paymentTime: '缴费时间',
        cashier: '收银员',
        status: '状态',
        remark: '备注',
        operation: '操作',
        detail: '详情',
        accountDeduction: '账户扣款'
      },
      feeDetailHisFeeDemo: {
        openComponent: '打开历史费用详情'
      }
    }
  }