物联设备BUG处理
This commit is contained in:
parent
35c4c0db2a
commit
a02392e3b6
|
|
@ -11,22 +11,24 @@ export const columns: BasicColumn[] = [
|
|||
{
|
||||
title: '设备类型',
|
||||
align: "center",
|
||||
dataIndex: 'deviceType_dictText'
|
||||
},
|
||||
{
|
||||
title: '规格型号',
|
||||
align: "center",
|
||||
dataIndex: 'deviceModel'
|
||||
dataIndex: 'deviceType_dictText',
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
title: '生产厂家',
|
||||
align: "center",
|
||||
dataIndex: 'factory'
|
||||
},
|
||||
{
|
||||
title: '规格型号',
|
||||
align: "center",
|
||||
dataIndex: 'deviceModel'
|
||||
},
|
||||
{
|
||||
title: '设备维度',
|
||||
align: "center",
|
||||
dataIndex: 'dimension'
|
||||
dataIndex: 'dimension',
|
||||
width: 120
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue