+
+ 底薪合计
+ {{ fmt(summary.totalBaseSalary) }}
+
+
+ 绩效工资合计
+ {{ fmt(summary.totalPerfWage) }}
+
+
+ 扣款合计
+ {{ fmt(summary.totalDeductions) }}
+
+
+ 奖励合计
+ {{ fmt(summary.totalBonuses) }}
+
+
+ 其他合计
+ {{ fmt(summary.totalOther) }}
+
+
+ 实领薪资合计
+ {{ fmt(summary.totalActualSalary) }}
+
+
+ 人均实领薪资
+ {{ fmt(summary.avgActualSalary) }}
+
+