|
|
@@ -144,7 +144,7 @@ export default window.$crudCommon({
|
|
|
|
|
|
// 合计
|
|
|
let amount = new Decimal(item.averageMonthlySalary || 0)
|
|
|
- .add(new Decimal(item.socSecTotal || 0))
|
|
|
+ .add(new Decimal(item.totalInsurance || 0))
|
|
|
.add(new Decimal(item.providentFund || 0))
|
|
|
.add(new Decimal(item.bonus || 0))
|
|
|
.add(new Decimal(item.benefit || 0))
|