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

电力设备弹窗修改

parent 19a3ccc8
......@@ -23,32 +23,43 @@ const fireEquipmentTableColumns = self => {
title: '编号',
dataIndex: 'code',
key: 'code',
width: '15%'
width: '10%'
},
{
title: '名称',
dataIndex: 'name',
key: 'name',
width: '15%'
width: '10%'
},
{
title: '分类',
dataIndex: 'type',
key: 'type',
width: '15%'
width: '10%'
},
{
title: '状态',
dataIndex: 'isbind',
key: 'isbind',
width: '10%',
render: text => text === 'YES' ? '已绑定设备' : ''
title: '所属系统',
dataIndex: 'systemName',
key: 'systemName',
width: '10%'
},
{
title: '物联编码',
dataIndex: 'iotCode',
key: 'iotCode',
width: '10%'
},
{
title: '编码',
dataIndex: 'specificCode',
key: 'specificCode',
width: '10%'
},
{
title: '位置',
dataIndex: 'address',
key: 'address',
width: '20%'
width: '15%'
},
{
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