diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js index 0c4f0f09..9ecc3978 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js @@ -331,7 +331,7 @@ class Index extends Component { const tabs = [ { key: "statistics", title: getLabel(543316, "统计表") }, { key: "detail", title: getLabel(543317, "员工明细") }, - { key: "salaryDetail", title: getLabel(547605, "薪资明细") } + { key: "salaryDetail", title: getLabel(547641, "薪资明细") } ]; return ( { if (getKey(o) === "taxAgents") { - return { ...o, options: _.map(data, g => ({ key: g.id.toString(), showname: g.name })) }; + return { + ...o, label: getLabel(o.lanId, o.label), + options: _.map(data, g => ({ key: g.id.toString(), showname: g.name })) + }; } return o; })