From 1af6bef202ddc99bede1a0aadd4ba5fce7328cb1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com>
Date: Tue, 4 Jul 2023 11:25:47 +0800
Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=A4=9A=E8=AF=AD=E8=A8=80-?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/socialSecurityBenefits/archives/index.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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" &&