优化一些bug

This commit is contained in:
wuxw 2026-04-21 16:21:05 +08:00
parent 9ce23427bf
commit 8a1d70bb01

View File

@ -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:'费用结束'
}
}
}