Showing
3 changed files
with
3 additions
and
3 deletions
@@ -31,7 +31,7 @@ export const step1Schemas: FormSchema[] = [ | @@ -31,7 +31,7 @@ export const step1Schemas: FormSchema[] = [ | ||
31 | }, | 31 | }, |
32 | { | 32 | { |
33 | field: 'name', | 33 | field: 'name', |
34 | - label: '设备名称/SN码', | 34 | + label: '设备名称', |
35 | component: 'Input', | 35 | component: 'Input', |
36 | dynamicRules: () => { | 36 | dynamicRules: () => { |
37 | return [ | 37 | return [ |
@@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [ | @@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [ | ||
23 | }, | 23 | }, |
24 | { | 24 | { |
25 | dataIndex: 'name', | 25 | dataIndex: 'name', |
26 | - title: '设备名称/设备SN', | 26 | + title: '别名/设备名称', |
27 | width: 210, | 27 | width: 210, |
28 | slots: { customRender: 'name', title: 'deviceTitle' }, | 28 | slots: { customRender: 'name', title: 'deviceTitle' }, |
29 | customRender: ({ record }) => { | 29 | customRender: ({ record }) => { |
@@ -124,7 +124,7 @@ const deviceTableColumn: BasicColumn[] = [ | @@ -124,7 +124,7 @@ const deviceTableColumn: BasicColumn[] = [ | ||
124 | }, | 124 | }, |
125 | }, | 125 | }, |
126 | { | 126 | { |
127 | - title: '设备名称/设备SN', | 127 | + title: '别名/设备名称', |
128 | dataIndex: 'name', | 128 | dataIndex: 'name', |
129 | customRender: ({ record }) => { | 129 | customRender: ({ record }) => { |
130 | return h('div', [ | 130 | return h('div', [ |