fix : 修复费用分摊详情合计bug
This commit is contained in:
@@ -179,8 +179,8 @@ const init = () => {
|
||||
for (const key of personInfoKey) {
|
||||
summary[key] = {
|
||||
researchDuration: "",
|
||||
separationAmount: 20,
|
||||
subtotal: 20,
|
||||
separationAmount: 0,
|
||||
subtotal: 0,
|
||||
wagesPayable: "",
|
||||
workday: "",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user