Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
167221da94d894ee3a4b64a5ff0096db9f1cb823
Authored by
fengtao
2022-08-31 17:22:47 +0800
1 parent
5b795e53
fix:DEFECT-648 修复选择了定时任务(禁用),然后再点击启用,然后批量删除按钮生效,可以删除,报表配置错误一样
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/report/config/config.data.ts
src/views/report/config/config.data.ts
View file @
167221d
...
...
@@ -54,7 +54,7 @@ export const columns: BasicColumn[] = [
54
54
title: '配置状态',
55
55
dataIndex: 'status',
56
56
width: 120,
57
-
slots: { customRender: '
s
tatus' },
57
+
slots: { customRender: '
configS
tatus' },
58
58
},
59
59
{
60
60
title: '执行方式',
...
...