系统多语言-添加

This commit is contained in:
黎永顺 2023-07-04 11:25:47 +08:00
parent d1085d5c7c
commit 1af6bef202
1 changed files with 4 additions and 4 deletions

View File

@ -141,22 +141,22 @@ export default class Archives extends React.Component {
{
showOperateBtn && selectedKey === "pending" &&
<a href="javascript:void(0);" className="mr10"
onClick={() => this.stayAddToPay([record.baseInfo])}>增员</a>
onClick={() => this.stayAddToPay([record.baseInfo])}>{getLabel(543180, "增员")}</a>
}
{
showOperateBtn && selectedKey === "suspend" &&
<a href="javascript:void(0);" className="mr10"
onClick={() => this.stayDelToStop([record.baseInfo])}>减员</a>
onClick={() => this.stayDelToStop([record.baseInfo])}>{getLabel(543182, "减员")}</a>
}
{
showOperateBtn && selectedKey === "stop" && salaryArchiveDelete === "1" &&
<a href="javascript:void(0);" className="mr10"
onClick={() => this.deleteSocialArchive([record.baseInfo])}>删除档案</a>
onClick={() => this.deleteSocialArchive([record.baseInfo])}>{getLabel(111, "删除档案")}</a>
}
{
showOperateBtn && selectedKey === "stop" && salaryArchiveDelete !== "1" &&
<a href="javascript:void(0);"
onClick={() => this.cancelStopPayment([record.baseInfo])}>取消停缴</a>
onClick={() => this.cancelStopPayment([record.baseInfo])}>{getLabel(543183, "取消停缴")}</a>
}
{
showOperateBtn && selectedKey === "pending" &&