Commit 167221da94d894ee3a4b64a5ff0096db9f1cb823
1 parent
5b795e53
fix:DEFECT-648 修复选择了定时任务(禁用),然后再点击启用,然后批量删除按钮生效,可以删除,报表配置错误一样
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -54,7 +54,7 @@ export const columns: BasicColumn[] = [ | @@ -54,7 +54,7 @@ export const columns: BasicColumn[] = [ | ||
54 | title: '配置状态', | 54 | title: '配置状态', |
55 | dataIndex: 'status', | 55 | dataIndex: 'status', |
56 | width: 120, | 56 | width: 120, |
57 | - slots: { customRender: 'status' }, | 57 | + slots: { customRender: 'configStatus' }, |
58 | }, | 58 | }, |
59 | { | 59 | { |
60 | title: '执行方式', | 60 | title: '执行方式', |