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