Blame view

src/views/aCommunity/aFeeDetailSubLang.js 506 Bytes
29e25b46   wuxw   开发完成运营费用明细功能
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  export const messages = {
    en: {
      aFeeDetailSub: {
        parentFeeId: 'Parent Fee ID',
        childFeeId: 'Child Fee ID',
        feeName: 'Fee Name',
        feeObject: 'Fee Object',
        billingPeriod: 'Billing Period',
        splitTime: 'Split Time'
      }
    },
    zh: {
      aFeeDetailSub: {
        parentFeeId: '父费用ID',
        childFeeId: '子费用ID',
        feeName: '费用名称',
        feeObject: '费用对象',
        billingPeriod: '计费时间段',
        splitTime: '拆分时间'
      }
    }
  }