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 } }, // 编辑