From 75b79aa0f6e580431580b366913ce94c26b18769 Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 30 Jul 2024 14:22:35 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2087675]=20=E8=B5=84=E6=96=99=E4=B8=AD?= =?UTF-8?q?=E5=BF=83-=E6=9C=89=E7=AE=A1=E7=90=86=E6=9D=83=E9=99=90?= =?UTF-8?q?=E7=9A=84=E4=BA=BA=E6=B2=A1=E6=9C=89=E4=B8=8B=E8=BD=BD=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profileCenter/ProfileCenterList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue index 4c999f9..7212e22 100644 --- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -201,7 +201,8 @@ export default { clickEvent: 'handleDownload', has: 'profileCenter:table', show: (record) => { - return record.authDownloadTag + // 管理权限或者下载权限有一个就能下载 + return record.authManageTag || record.authDownloadTag } }, // 编辑