diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js
index de4b06af..75e35bce 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js
@@ -141,22 +141,22 @@ export default class Archives extends React.Component {
{
showOperateBtn && selectedKey === "pending" &&
this.stayAddToPay([record.baseInfo])}>增员
+ onClick={() => this.stayAddToPay([record.baseInfo])}>{getLabel(543180, "增员")}
}
{
showOperateBtn && selectedKey === "suspend" &&
this.stayDelToStop([record.baseInfo])}>减员
+ onClick={() => this.stayDelToStop([record.baseInfo])}>{getLabel(543182, "减员")}
}
{
showOperateBtn && selectedKey === "stop" && salaryArchiveDelete === "1" &&
this.deleteSocialArchive([record.baseInfo])}>删除档案
+ onClick={() => this.deleteSocialArchive([record.baseInfo])}>{getLabel(111, "删除档案")}
}
{
showOperateBtn && selectedKey === "stop" && salaryArchiveDelete !== "1" &&
this.cancelStopPayment([record.baseInfo])}>取消停缴
+ onClick={() => this.cancelStopPayment([record.baseInfo])}>{getLabel(543183, "取消停缴")}
}
{
showOperateBtn && selectedKey === "pending" &&