Commit 8a1d70bb0100ab2d1950c90ffd22ca3942097f02

Authored by wuxw
1 parent 9ce23427

优化一些bug

src/views/aCommunity/aOwnerDetailRoomFeeLang.js
... ... @@ -24,7 +24,8 @@ export const messages = {
24 24 fixedFee: 'Fixed Fee',
25 25 arrearsSubtotal: 'Arrears Subtotal:',
26 26 note1: 'Note: The receivable end time "-" means not yet receivable or charge has ended',
27   - note2: 'The receivable amount is -1, usually the fee item formula setting is wrong, please check'
  27 + note2: 'The receivable amount is -1, usually the fee item formula setting is wrong, please check',
  28 + feeEnd:'fee end'
28 29 }
29 30 },
30 31 zh: {
... ... @@ -52,7 +53,8 @@ export const messages = {
52 53 fixedFee: '固定费',
53 54 arrearsSubtotal: '欠费小计:',
54 55 note1: '注意:应收结束时间 "-" 表示未到应收时间或收费已结束',
55   - note2: '应收金额为-1 一般为费用项公式设置出错请检查'
  56 + note2: '应收金额为-1 一般为费用项公式设置出错请检查',
  57 + feeEnd:'费用结束'
56 58 }
57 59 }
58 60 }
59 61 \ No newline at end of file
... ...