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: {
feeDetailMonthFee: {
feeItem: 'Fee Item',
feeFlag: 'Fee Flag',
feeType: 'Fee Type',
chargeYearMonth: 'Charge Year-Month',
receivableAmount: 'Receivable Amount',
description: 'Description',
lastDegrees: 'Last Degrees:',
currentDegrees: 'Current Degrees:',
unitPrice: 'Unit Price:',
additionalFee: 'Additional Fee:',
usage: 'Usage:',
algorithm: 'Algorithm:',
fixedFee: 'Fixed Fee:'
},
feeDetailMonthFeeDemo: {
openComponent: 'Open Month Fee Detail'
}
},
zh: {
feeDetailMonthFee: {
feeItem: '费用项目',
feeFlag: '费用标识',
feeType: '费用类型',
chargeYearMonth: '收费年月',
receivableAmount: '应收金额',
description: '说明',
lastDegrees: '上期度数:',
currentDegrees: '本期度数:',
unitPrice: '单价:',
additionalFee: '附加费:',
usage: '用量:',
algorithm: '算法:',
fixedFee: '固定费:'
},
feeDetailMonthFeeDemo: {
openComponent: '打开月度费用详情'
}
}
}
|