薪酬方案数
{{ payPlanList.length }}
启用 {{payPlanList.filter(i => i.status === 'active').length}} 个
薪酬批次数
{{ payRunList.length }}
审批中 {{payRunList.filter(i => i.status === 'pending').length}} 个
工资条总额(应发)
¥{{formatNumber(payslipList.reduce((s, i) => s + (Number(i.amountGross) || 0), 0))}}
实发 ¥{{formatNumber(payslipList.reduce((s, i) => s + (Number(i.amountNet) || 0), 0))}}
指标快照
{{ statList.length }}
最新日期:{{ latestStatDate || '-' }}