...
|
...
|
@@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [ |
23
|
23
|
},
|
24
|
24
|
{
|
25
|
25
|
dataIndex: 'name',
|
26
|
|
- title: '设备名称/设备SN',
|
|
26
|
+ title: '别名/设备名称',
|
27
|
27
|
width: 210,
|
28
|
28
|
slots: { customRender: 'name', title: 'deviceTitle' },
|
29
|
29
|
customRender: ({ record }) => {
|
...
|
...
|
|