Commit 167221da94d894ee3a4b64a5ff0096db9f1cb823

Authored by fengtao
1 parent 5b795e53

fix:DEFECT-648 修复选择了定时任务(禁用),然后再点击启用,然后批量删除按钮生效,可以删除,报表配置错误一样

... ... @@ -54,7 +54,7 @@ export const columns: BasicColumn[] = [
54 54 title: '配置状态',
55 55 dataIndex: 'status',
56 56 width: 120,
57   - slots: { customRender: 'status' },
  57 + slots: { customRender: 'configStatus' },
58 58 },
59 59 {
60 60 title: '执行方式',
... ...