系统多语言-添加
This commit is contained in:
parent
d1085d5c7c
commit
1af6bef202
|
|
@ -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" &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue