Commit a73980166037c8a0f278787906fbaa42c07a0f46
1 parent
af32762c
perf: DEFECT-816 unified field description
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -28,7 +28,7 @@ export const columns: BasicColumn[] = [ | @@ -28,7 +28,7 @@ export const columns: BasicColumn[] = [ | ||
28 | slots: { customRender: 'convertJs' }, | 28 | slots: { customRender: 'convertJs' }, |
29 | }, | 29 | }, |
30 | { | 30 | { |
31 | - title: '描述', | 31 | + title: '备注', |
32 | dataIndex: 'description', | 32 | dataIndex: 'description', |
33 | width: 120, | 33 | width: 120, |
34 | }, | 34 | }, |