diff --git a/frontend/src/pages/money/BatchTab.tsx b/frontend/src/pages/money/BatchTab.tsx index d7c248e..bf82fdb 100644 --- a/frontend/src/pages/money/BatchTab.tsx +++ b/frontend/src/pages/money/BatchTab.tsx @@ -344,6 +344,7 @@ export function BatchManager() { 批次名称 + 所属月/发薪月 类型 人数 应发合计 @@ -392,6 +393,12 @@ export function BatchManager() { )} + +
{batch.month}
+ {batch.payMonth && batch.payMonth !== batch.month && ( +
发薪:{batch.payMonth}
+ )} + {batch.type === 'REGULAR' ? '常规发薪' : batch.type === 'BONUS' ? '年终奖/奖金' : batch.type === 'TERMINATION' ? '离职结算' : batch.type === 'SEVERANCE' ? '补偿金' : batch.type}