Commit d96d9e61 authored by 吴俊凯's avatar 吴俊凯

电力设备弹窗修改

parent 19a3ccc8
...@@ -23,32 +23,43 @@ const fireEquipmentTableColumns = self => { ...@@ -23,32 +23,43 @@ const fireEquipmentTableColumns = self => {
title: '编号', title: '编号',
dataIndex: 'code', dataIndex: 'code',
key: 'code', key: 'code',
width: '15%' width: '10%'
}, },
{ {
title: '名称', title: '名称',
dataIndex: 'name', dataIndex: 'name',
key: 'name', key: 'name',
width: '15%' width: '10%'
}, },
{ {
title: '分类', title: '分类',
dataIndex: 'type', dataIndex: 'type',
key: 'type', key: 'type',
width: '15%' width: '10%'
}, },
{ {
title: '状态', title: '所属系统',
dataIndex: 'isbind', dataIndex: 'systemName',
key: 'isbind', key: 'systemName',
width: '10%', width: '10%'
render: text => text === 'YES' ? '已绑定设备' : '' },
{
title: '物联编码',
dataIndex: 'iotCode',
key: 'iotCode',
width: '10%'
},
{
title: '编码',
dataIndex: 'specificCode',
key: 'specificCode',
width: '10%'
}, },
{ {
title: '位置', title: '位置',
dataIndex: 'address', dataIndex: 'address',
key: 'address', key: 'address',
width: '20%' width: '15%'
}, },
{ {
title: '数量', title: '数量',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment