From 8a1d70bb0100ab2d1950c90ffd22ca3942097f02 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 21 Apr 2026 16:21:05 +0800 Subject: [PATCH] 优化一些bug --- src/views/aCommunity/aOwnerDetailRoomFeeLang.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- libgit2 0.21.4