[fix 87675] 资料中心-有管理权限的人没有下载按钮

This commit is contained in:
danshihao
2024-07-30 14:22:35 +08:00
parent 6ee9e4c512
commit 75b79aa0f6
@@ -201,7 +201,8 @@ export default {
clickEvent: 'handleDownload',
has: 'profileCenter:table',
show: (record) => {
return record.authDownloadTag
// 管理权限或者下载权限有一个就能下载
return record.authManageTag || record.authDownloadTag
}
},
// 编辑