mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 12:39:12 +08:00
fix(任务中心): 系统后台任务批量编辑权限
This commit is contained in:
parent
b902d8808c
commit
429bc0cf94
@ -374,7 +374,7 @@
|
||||
{
|
||||
tableKey: TableKeyEnum.TASK_CENTER_SYSTEM_TASK,
|
||||
scroll: { x: '100%' },
|
||||
selectable: hasAnyPermission([getCurrentPermission('EDIT'), getCurrentPermission('DELETE')]),
|
||||
selectable: hasAnyPermission([getCurrentPermission('EDIT')]),
|
||||
heightUsed: 288,
|
||||
showSetting: true,
|
||||
size: 'default',
|
||||
|
Loading…
Reference in New Issue
Block a user