fix(任务中心): 系统后台任务批量编辑权限

This commit is contained in:
baiqi 2024-10-30 09:44:34 +08:00 committed by Craftsman
parent b902d8808c
commit 429bc0cf94

View File

@ -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',