Blame view

src/views/fee/feeDetailSubLang.js 845 Bytes
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
  export const messages = {
    en: {
      feeDetailSub: {
        split: 'Split',
        parentFeeId: 'Parent Fee ID',
        childFeeId: 'Child Fee ID',
        feeName: 'Fee Name',
        feeObject: 'Fee Object',
        billingPeriod: 'Billing Period',
        splitTime: 'Split Time',
        operation: 'Operation',
        restoreMerge: 'Restore Merge'
      },
      feeDetailSubDemo: {
        openComponent: 'Open Fee Detail Sub Component'
      }
    },
    zh: {
      feeDetailSub: {
        split: '拆分',
        parentFeeId: '父费用ID',
        childFeeId: '子费用ID',
        feeName: '费用名称',
        feeObject: '费用对象',
        billingPeriod: '计费时间段',
        splitTime: '拆分时间',
        operation: '操作',
        restoreMerge: '恢复合并'
      },
      feeDetailSubDemo: {
        openComponent: '打开费用子详情组件'
      }
    }
  }