From 77e5a1b9904ba1843892f247e991d71e93fe5aa3 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Wed, 21 Dec 2022 17:19:43 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E5=9F=B9=E8=AE=AD=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=BA=93=E5=88=97=E8=A1=A8=E5=88=A0=E9=99=A4=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E7=A1=AE=E8=AE=A4=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../humanAffairs/containers/resourceRepository.jsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx index 2765cd3..cd7fdbb 100644 --- a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx +++ b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx @@ -57,7 +57,14 @@ const ResourceRepository = (props) => { return
handleDelFile(record.id)}>删除} + {currentSelect.includes("公司培训资料") && + { handleDelFile(record.id) }} + > + 删除 + }
}