Commit 85aa1a35 authored by Gakki's avatar Gakki

Merge branch 'dev' into xuhui

parents df258ee7 9669a588
This diff is collapsed.
...@@ -62,12 +62,6 @@ export default { ...@@ -62,12 +62,6 @@ export default {
], ],
// 大门 // 大门
damen: [ damen: [
{
title: '安装位置',
dataIndex: 'ieAddr',
key: 'ieAddr',
width: '20%'
},
{ {
title: '设备名称', title: '设备名称',
// width: 240, // width: 240,
...@@ -76,6 +70,12 @@ export default { ...@@ -76,6 +70,12 @@ 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