fix : 修复费用分摊详情合计bug

This commit is contained in:
2024-06-23 00:58:56 +08:00
parent 1a3d2bcf1a
commit 058421bdd7

View File

@@ -179,8 +179,8 @@ const init = () => {
for (const key of personInfoKey) {
summary[key] = {
researchDuration: "",
separationAmount: 20,
subtotal: 20,
separationAmount: 0,
subtotal: 0,
wagesPayable: "",
workday: "",
}