Commit afe2b98e authored by Gakki's avatar Gakki

Merge branch 'dev' into xuhui

parents 026b2cd3 697470a0
...@@ -62,6 +62,12 @@ export default { ...@@ -62,6 +62,12 @@ export default {
], ],
// 大门 // 大门
damen: [ damen: [
{
title: '安装位置',
dataIndex: 'ieAddr',
key: 'ieAddr',
width: '20%'
},
{ {
title: '设备名称', title: '设备名称',
// width: 240, // width: 240,
...@@ -70,12 +76,6 @@ export default { ...@@ -70,12 +76,6 @@ export default {
width: '20%' width: '20%'
}, },
{
title: '安装位置',
dataIndex: 'ieAddr',
key: 'ieAddr',
width: '20%'
},
{ {
title: '设备类型', title: '设备类型',
dataIndex: 'ieType', dataIndex: 'ieType',
......
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