mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
优化一些bug
This commit is contained in:
parent
9ce23427bf
commit
8a1d70bb01
@ -24,7 +24,8 @@ export const messages = {
|
|||||||
fixedFee: 'Fixed Fee',
|
fixedFee: 'Fixed Fee',
|
||||||
arrearsSubtotal: 'Arrears Subtotal:',
|
arrearsSubtotal: 'Arrears Subtotal:',
|
||||||
note1: 'Note: The receivable end time "-" means not yet receivable or charge has ended',
|
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: {
|
zh: {
|
||||||
@ -52,7 +53,8 @@ export const messages = {
|
|||||||
fixedFee: '固定费',
|
fixedFee: '固定费',
|
||||||
arrearsSubtotal: '欠费小计:',
|
arrearsSubtotal: '欠费小计:',
|
||||||
note1: '注意:应收结束时间 "-" 表示未到应收时间或收费已结束',
|
note1: '注意:应收结束时间 "-" 表示未到应收时间或收费已结束',
|
||||||
note2: '应收金额为-1 一般为费用项公式设置出错请检查'
|
note2: '应收金额为-1 一般为费用项公式设置出错请检查',
|
||||||
|
feeEnd:'费用结束'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user