diff --git a/src/views/device/config/config.data.ts b/src/views/device/config/config.data.ts index 7c44663..a825f37 100644 --- a/src/views/device/config/config.data.ts +++ b/src/views/device/config/config.data.ts @@ -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 }, ];