Commit 1dd2f515 authored by lizehua's avatar lizehua

增加位置字段

parent 1869c6b1
......@@ -22,7 +22,14 @@ const getColumns = () => {
title: '设备名称',
dataIndex: 'fireEquipmentName',
key: 'fireEquipmentName',
width: '17%',
width: '10%',
className: 'uant-table-thead'
},
{
title: '位置',
dataIndex: 'warehouseStructureName',
key: 'warehouseStructureName',
width: '27%',
className: 'uant-table-thead'
},
// {
......@@ -36,7 +43,7 @@ const getColumns = () => {
title: '重点设备',
dataIndex: 'fireEquipmentPointName',
key: 'fireEquipmentPointName',
width: '20%',
width: '10%',
className: 'uant-table-thead'
},
{
......
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