[fix 87675] 资料中心-有管理权限的人没有下载按钮
This commit is contained in:
@@ -201,7 +201,8 @@ export default {
|
||||
clickEvent: 'handleDownload',
|
||||
has: 'profileCenter:table',
|
||||
show: (record) => {
|
||||
return record.authDownloadTag
|
||||
// 管理权限或者下载权限有一个就能下载
|
||||
return record.authManageTag || record.authDownloadTag
|
||||
}
|
||||
},
|
||||
// 编辑
|
||||
|
||||
Reference in New Issue
Block a user