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
a73980166037c8a0f278787906fbaa42c07a0f46
Authored by
ww
2022-11-08 15:11:27 +0800
1 parent
af32762c
perf: DEFECT-816 unified field description
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/scriptmanage/converscript/config.data.ts
src/views/scriptmanage/converscript/config.data.ts
View file @
a739801
...
...
@@ -28,7 +28,7 @@ export const columns: BasicColumn[] = [
28
28
slots: { customRender: 'convertJs' },
29
29
},
30
30
{
31
-
title: '
描述
',
31
+
title: '
备注
',
32
32
dataIndex: 'description',
33
33
width: 120,
34
34
},
...
...