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
07eb05b6fe247989ecd03fb66e3c7ae4f5c0ead8
Authored by
ww
2022-10-17 15:16:10 +0800
1 parent
fa8a9ec6
perf: configuration center tabel action column width too narrow
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
src/views/configuration/center/center.data.ts
src/views/configuration/center/center.data.ts
View file @
07eb05b
...
...
@@ -39,6 +39,13 @@ export const columns: BasicColumn[] = [
39
39
dataIndex: 'updateTime',
40
40
width: 120,
41
41
},
42
+
{
43
+
title: '操作',
44
+
dataIndex: 'action',
45
+
flag: 'ACTION',
46
+
width: 260,
47
+
slots: { customRender: 'action' },
48
+
},
42
49
];
43
50
44
51
// 查询字段
...
...