Commit 56494319 authored by 程卓's avatar 程卓

设施设备页面 展示样式调整

parent 7e9974cd
......@@ -67,17 +67,20 @@ export default {
// width: 240,
dataIndex: 'ieName',
key: 'ieName',
width: '20%'
width: '20%',
align: 'center',
},
{
title: '安装位置',
dataIndex: 'ieAddr',
align: 'center',
key: 'ieAddr',
width: '20%'
},
{
title: '设备类型',
align: 'center',
dataIndex: 'ieType',
key: 'ieType',
width: '10%'
......@@ -85,6 +88,7 @@ export default {
},
{
title: '维保单位',
align: 'center',
dataIndex: 'ieUnit',
key: 'ieUnit',
width: '20%'
......@@ -92,6 +96,7 @@ export default {
},
{
title: '是否是主出入口',
align: 'center',
dataIndex: 'isMainGate',
key: 'isMainGate',
width: '10%'
......@@ -99,6 +104,7 @@ export default {
},
{
title: '是否有门卫室',
align: 'center',
dataIndex: 'ffCode',
key: 'ffCode',
width: '10%'
......@@ -110,6 +116,7 @@ export default {
{
title: '设备名称',
// width: 240,
align: 'center',
dataIndex: 'ieName',
key: 'ieName',
width: '22%'
......@@ -117,12 +124,14 @@ export default {
},
{
title: '安装位置',
align: 'center',
dataIndex: 'ieAddr',
key: 'ieAddr',
width: '22%'
},
{
title: '设备类型',
align: 'center',
dataIndex: 'ieType',
key: 'ieType',
width: '10%'
......@@ -130,6 +139,7 @@ export default {
},
{
title: '维保单位',
align: 'center',
dataIndex: 'ieUnit',
key: 'ieUnit',
width: '22%'
......@@ -137,6 +147,7 @@ export default {
},
{
title: '启用日期',
align: 'center',
dataIndex: 'ieDate',
key: 'ieDate',
width: '10%'
......@@ -148,12 +159,14 @@ export default {
{
title: '设备名称',
// width: 240,
align: 'center',
dataIndex: 'ieName',
key: 'ieName',
width: '10%'
},
{
align: 'center',
title: '安装位置',
dataIndex: 'ieAddr',
key: 'ieAddr',
......@@ -161,6 +174,7 @@ export default {
},
{
align: 'center',
title: '设备类型',
dataIndex: 'ieType',
key: 'ieType',
......@@ -168,6 +182,7 @@ export default {
},
{
align: 'center',
title: '维保单位',
dataIndex: 'ieUnit',
key: 'ieUnit',
......@@ -176,6 +191,7 @@ export default {
},
{
title: '启用日期',
align: 'center',
dataIndex: 'ieDate',
key: 'ieDate',
width: '8%'
......@@ -183,12 +199,14 @@ export default {
},
{
title: '型号',
align: 'center',
dataIndex: 'ieModel',
key: 'ieModel',
width: '5%'
},
{
title: '品牌',
align: 'center',
dataIndex: 'ieBrand',
key: 'ieBrand',
width: '5%'
......@@ -196,19 +214,22 @@ export default {
},
{
title: '特种设备代码',
dataIndex: 'specialEquipCode',
key: 'specialEquipCode',
dataIndex: 'specialEquipCode',
align: 'center',
width: '10%'
},
{
title: '检验单位',
align: 'center',
dataIndex: 'inspectionUnit',
key: 'inspectionUnit',
width: '10%'
},
{
align: 'center',
title: '救援电话',
dataIndex: 'rescuePhone',
key: 'rescuePhone',
......@@ -219,6 +240,7 @@ export default {
// 监控
jiankong: [
{
align: 'center',
title: '设备名称',
// width: 240,
dataIndex: 'ieName',
......@@ -230,6 +252,7 @@ export default {
title: '安装位置',
dataIndex: 'ieAddr',
key: 'ieAddr',
align: 'center',
width: '30%'
},
......@@ -237,11 +260,13 @@ export default {
title: '设备类型',
dataIndex: 'ieType',
key: 'ieType',
align: 'center',
width: '10%'
},
{
title: '维保单位',
align: 'center',
dataIndex: 'ieUnit',
key: 'ieUnit',
width: '30%'
......@@ -251,6 +276,7 @@ export default {
// 泵
shenghuo: [
{
align: 'center',
title: '设备名称',
// width: 240,
dataIndex: 'ieName',
......@@ -259,12 +285,14 @@ export default {
},
{
align: 'center',
title: '安装位置',
dataIndex: 'ieAddr',
key: 'ieAddr',
width: '18%'
},
{
align: 'center',
title: '设备类型',
dataIndex: 'ieType',
key: 'ieType',
......@@ -272,6 +300,7 @@ export default {
},
{
align: 'center',
title: '维保单位',
dataIndex: 'ieUnit',
key: 'ieUnit',
......@@ -280,6 +309,7 @@ export default {
},
{
title: '生产厂家',
align: 'center',
dataIndex: 'ieFactory',
key: 'ieFactory',
width: '15%'
......@@ -287,6 +317,7 @@ export default {
},
{
title: '供水门牌号',
align: 'center',
dataIndex: 'ieWaterDoorplate',
key: 'ieWaterDoorplate',
width: '18%'
......
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