|
@@ -1,315 +1,272 @@
|
|
|
var system = [
|
|
|
{
|
|
|
- name: '供电系统',
|
|
|
+ name: "供电系统",
|
|
|
id: 1,
|
|
|
-<<<<<<< HEAD
|
|
|
icon: "@/assets/imgs/cdgd.svg",
|
|
|
icon1: "@/assets/imgs/cdgd2.svg",
|
|
|
-=======
|
|
|
- icon: require('@/assets/imgs/cdgd.svg'),
|
|
|
- icon1: require('@/assets/imgs/cdgd2.svg'),
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '系统原理图',
|
|
|
+ label: "系统原理图",
|
|
|
children: [],
|
|
|
id: "GDYL",
|
|
|
},
|
|
|
{
|
|
|
- label: '变配电室内部设备清单',
|
|
|
+ label: "变配电室内部设备清单",
|
|
|
children: [],
|
|
|
id: "LDQD",
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "楼层电井(间)控制商铺范围清单",
|
|
|
id: "GDQD",
|
|
|
children: [],
|
|
|
-=======
|
|
|
- label: '楼层电井(间)控制商铺范围清单',
|
|
|
- children: [
|
|
|
- {
|
|
|
- label: 'BA楼宇智能化',
|
|
|
- id: 'GDQD1',
|
|
|
- },
|
|
|
- {
|
|
|
- label: '门禁管理(科松)',
|
|
|
- id: 'GDQD2',
|
|
|
- },
|
|
|
- {
|
|
|
- label: '视频监控',
|
|
|
- id: 'GDQD3',
|
|
|
- },
|
|
|
- ],
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
},
|
|
|
{
|
|
|
- label: '维保事项',
|
|
|
+ label: "维保事项",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '配电室内',
|
|
|
- id: 'GDWB1',
|
|
|
+ label: "配电室内",
|
|
|
+ id: "GDWB1",
|
|
|
},
|
|
|
{
|
|
|
- label: '配电室外',
|
|
|
- id: 'GDWB2',
|
|
|
+ label: "配电室外",
|
|
|
+ id: "GDWB2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- label: '维修事项',
|
|
|
+ label: "维修事项",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '配电室内',
|
|
|
- id: 'GDWX1',
|
|
|
+ label: "配电室内",
|
|
|
+ id: "GDWX1",
|
|
|
},
|
|
|
{
|
|
|
- label: '配电室外',
|
|
|
- id: 'GDWX2',
|
|
|
+ label: "配电室外",
|
|
|
+ id: "GDWX2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- label: '专维及其他事项',
|
|
|
+ label: "专维及其他事项",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '专项维修',
|
|
|
- id: 'GDZW1',
|
|
|
+ label: "专项维修",
|
|
|
+ id: "GDZW1",
|
|
|
},
|
|
|
{
|
|
|
- label: '其他事项',
|
|
|
- id: 'GDZW2',
|
|
|
+ label: "其他事项",
|
|
|
+ id: "GDZW2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- label: '查看图纸',
|
|
|
+ label: "查看图纸",
|
|
|
children: [],
|
|
|
id: "GDTZ",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- name: '暖通系统',
|
|
|
+ name: "暖通系统",
|
|
|
id: 2,
|
|
|
- icon: require('@/assets/imgs/cdnt2.svg'),
|
|
|
- icon1: require('@/assets/imgs/cdnt1.svg'),
|
|
|
+ icon: require("@/assets/imgs/cdnt2.svg"),
|
|
|
+ icon1: require("@/assets/imgs/cdnt1.svg"),
|
|
|
children: [
|
|
|
{
|
|
|
- label: '系统原理图',
|
|
|
+ label: "系统原理图",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '空调系统原理图',
|
|
|
- id: 'NTYL1',
|
|
|
+ label: "空调系统原理图",
|
|
|
+ id: "NTYL1",
|
|
|
},
|
|
|
{
|
|
|
- label: '超市空调系统原理图',
|
|
|
- id: 'NTYL2',
|
|
|
+ label: "超市空调系统原理图",
|
|
|
+ id: "NTYL2",
|
|
|
},
|
|
|
{
|
|
|
- label: '分水器支路分布明细',
|
|
|
- id: 'NTYL3',
|
|
|
+ label: "分水器支路分布明细",
|
|
|
+ id: "NTYL3",
|
|
|
},
|
|
|
{
|
|
|
- label: '分水器支路分布图',
|
|
|
- id: 'NTYL4',
|
|
|
+ label: "分水器支路分布图",
|
|
|
+ id: "NTYL4",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- label: '主要设备清单',
|
|
|
+ label: "主要设备清单",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '冷热源机房内',
|
|
|
- id: 'NTQD1',
|
|
|
+ label: "冷热源机房内",
|
|
|
+ id: "NTQD1",
|
|
|
},
|
|
|
{
|
|
|
- label: '楼层末端',
|
|
|
- id: 'NTQD2',
|
|
|
+ label: "楼层末端",
|
|
|
+ id: "NTQD2",
|
|
|
},
|
|
|
],
|
|
|
id: "NTQD",
|
|
|
},
|
|
|
{
|
|
|
- label: '维保事项',
|
|
|
+ label: "维保事项",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '冷源机房内',
|
|
|
- id: 'NTWB1',
|
|
|
+ label: "冷源机房内",
|
|
|
+ id: "NTWB1",
|
|
|
},
|
|
|
{
|
|
|
- label: '冷源机房外',
|
|
|
- id: 'NTWB2',
|
|
|
+ label: "冷源机房外",
|
|
|
+ id: "NTWB2",
|
|
|
},
|
|
|
],
|
|
|
id: "NTWB",
|
|
|
},
|
|
|
{
|
|
|
- label: '维修事项',
|
|
|
+ label: "维修事项",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '冷源机房内',
|
|
|
- id: 'NTWX1',
|
|
|
+ label: "冷源机房内",
|
|
|
+ id: "NTWX1",
|
|
|
},
|
|
|
{
|
|
|
- label: '冷源机房外',
|
|
|
- id: 'NTWX2',
|
|
|
+ label: "冷源机房外",
|
|
|
+ id: "NTWX2",
|
|
|
},
|
|
|
],
|
|
|
id: "NTWX",
|
|
|
},
|
|
|
{
|
|
|
- label: '专维及其他事项',
|
|
|
+ label: "专维及其他事项",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '专项维修',
|
|
|
- id: 'NTZW1',
|
|
|
+ label: "专项维修",
|
|
|
+ id: "NTZW1",
|
|
|
},
|
|
|
{
|
|
|
- label: '其他事项',
|
|
|
- id: 'NTZW2',
|
|
|
+ label: "其他事项",
|
|
|
+ id: "NTZW2",
|
|
|
},
|
|
|
],
|
|
|
id: "NTZW",
|
|
|
},
|
|
|
{
|
|
|
- label: '查看图纸',
|
|
|
+ label: "查看图纸",
|
|
|
children: [],
|
|
|
id: "NTTZ",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- name: '消防系统',
|
|
|
- icon: require('@/assets/imgs/cdxf.svg'),
|
|
|
- icon1: require('@/assets/imgs/cdxf2.svg'),
|
|
|
+ name: "消防系统",
|
|
|
+ icon: require("@/assets/imgs/cdxf.svg"),
|
|
|
+ icon1: require("@/assets/imgs/cdxf2.svg"),
|
|
|
id: 3,
|
|
|
children: [
|
|
|
{
|
|
|
- label: '系统原理图',
|
|
|
+ label: "系统原理图",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '消防电系统原理示意图',
|
|
|
- id: 'XFYL1',
|
|
|
+ label: "消防电系统原理示意图",
|
|
|
+ id: "XFYL1",
|
|
|
},
|
|
|
{
|
|
|
- label: '消防喷淋系统示意图',
|
|
|
- id: 'XFYL2',
|
|
|
+ label: "消防喷淋系统示意图",
|
|
|
+ id: "XFYL2",
|
|
|
},
|
|
|
{
|
|
|
- label: '消防窗喷系统示意图',
|
|
|
- id: 'XFYL3',
|
|
|
+ label: "消防窗喷系统示意图",
|
|
|
+ id: "XFYL3",
|
|
|
},
|
|
|
{
|
|
|
- label: '消防栓系统示意图',
|
|
|
- id: 'XFYL4',
|
|
|
+ label: "消防栓系统示意图",
|
|
|
+ id: "XFYL4",
|
|
|
},
|
|
|
{
|
|
|
- label: '消防泵房引出管路分布图',
|
|
|
- id: 'XFYL5',
|
|
|
+ label: "消防泵房引出管路分布图",
|
|
|
+ id: "XFYL5",
|
|
|
},
|
|
|
],
|
|
|
id: "XFYL",
|
|
|
},
|
|
|
{
|
|
|
- label: '主要设备清单',
|
|
|
+ label: "主要设备清单",
|
|
|
children: [],
|
|
|
id: "XFQD",
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "维保事项",
|
|
|
id: "XFWB",
|
|
|
-=======
|
|
|
- label: '维保事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '中控室/消防泵房内',
|
|
|
- id: 'XFWB1',
|
|
|
+ label: "中控室/消防泵房内",
|
|
|
+ id: "XFWB1",
|
|
|
},
|
|
|
{
|
|
|
- label: '中控室/消防泵房外',
|
|
|
- id: 'XFWB2',
|
|
|
+ label: "中控室/消防泵房外",
|
|
|
+ id: "XFWB2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "维修事项",
|
|
|
id: "XFWX",
|
|
|
-=======
|
|
|
- label: '维修事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '中控室/消防泵房内',
|
|
|
- id: 'XFWX1',
|
|
|
+ label: "中控室/消防泵房内",
|
|
|
+ id: "XFWX1",
|
|
|
},
|
|
|
{
|
|
|
- label: '中控室/消防泵房外',
|
|
|
- id: 'XFWX2',
|
|
|
+ label: "中控室/消防泵房外",
|
|
|
+ id: "XFWX2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "专维及其他事项",
|
|
|
id: "XFZW",
|
|
|
-=======
|
|
|
- label: '专维及其他事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '专项维修',
|
|
|
- id: 'XFZW1',
|
|
|
+ label: "专项维修",
|
|
|
+ id: "XFZW1",
|
|
|
},
|
|
|
{
|
|
|
- label: '其他事项',
|
|
|
- id: 'XFZW2',
|
|
|
+ label: "其他事项",
|
|
|
+ id: "XFZW2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- label: '查看图纸',
|
|
|
+ label: "查看图纸",
|
|
|
children: [],
|
|
|
id: "XFTZ",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
name: "弱电系统",
|
|
|
id: "1004",
|
|
|
icon: require("@/assets/imgs/cdrd.svg"),
|
|
|
icon1: require("@/assets/imgs/cdrd2.svg"),
|
|
|
-=======
|
|
|
- name: '弱电系统',
|
|
|
- id: 4,
|
|
|
- icon: require('@/assets/imgs/cdrd.svg'),
|
|
|
- icon1: require('@/assets/imgs/cdrd2.svg'),
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '系统原理图',
|
|
|
+ label: "系统原理图",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '视频监控系统原理图',
|
|
|
- id: 'RDYL1',
|
|
|
+ label: "视频监控系统原理图",
|
|
|
+ id: "RDYL1",
|
|
|
},
|
|
|
{
|
|
|
- label: '门禁管理系统原理图',
|
|
|
- id: 'RDYL2',
|
|
|
+ label: "门禁管理系统原理图",
|
|
|
+ id: "RDYL2",
|
|
|
},
|
|
|
{
|
|
|
- label: 'BA楼宇智能化系统原理图',
|
|
|
- id: 'RDYL3',
|
|
|
+ label: "BA楼宇智能化系统原理图",
|
|
|
+ id: "RDYL3",
|
|
|
},
|
|
|
],
|
|
|
id: "RDYL",
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "主要设备清单",
|
|
|
id: "RDQD",
|
|
|
children: [
|
|
@@ -327,115 +284,79 @@ var system = [
|
|
|
label: "视频监控",
|
|
|
id: "RDQD3",
|
|
|
param: { sblx: ["JK"] },
|
|
|
-=======
|
|
|
- label: '主要设备清单',
|
|
|
- children: [
|
|
|
- {
|
|
|
- label: 'BA楼宇智能化',
|
|
|
- id: 'RDQD1',
|
|
|
- },
|
|
|
- {
|
|
|
- label: '门禁管理',
|
|
|
- id: 'RDQD2',
|
|
|
- },
|
|
|
- {
|
|
|
- label: '视频监控',
|
|
|
- id: 'RDQD3',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "维保事项",
|
|
|
id: "RDWB",
|
|
|
-=======
|
|
|
- label: '维保事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '慧云机房内',
|
|
|
- id: 'RDWB1',
|
|
|
+ label: "慧云机房内",
|
|
|
+ id: "RDWB1",
|
|
|
},
|
|
|
{
|
|
|
- label: '慧云机房外',
|
|
|
- id: 'RDWB2',
|
|
|
+ label: "慧云机房外",
|
|
|
+ id: "RDWB2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "维修事项",
|
|
|
id: "RDWX",
|
|
|
-=======
|
|
|
- label: '维修事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '慧云机房内',
|
|
|
- id: 'RDWX1',
|
|
|
+ label: "慧云机房内",
|
|
|
+ id: "RDWX1",
|
|
|
},
|
|
|
{
|
|
|
- label: '慧云机房外',
|
|
|
- id: 'RDWX2',
|
|
|
+ label: "慧云机房外",
|
|
|
+ id: "RDWX2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "专维及其他事项",
|
|
|
id: "RDZW",
|
|
|
-=======
|
|
|
- label: '专维及其他事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '专项维修',
|
|
|
- id: 'RDZW1',
|
|
|
+ label: "专项维修",
|
|
|
+ id: "RDZW1",
|
|
|
},
|
|
|
{
|
|
|
- label: '其他事项',
|
|
|
- id: 'RDZW2',
|
|
|
+ label: "其他事项",
|
|
|
+ id: "RDZW2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "查看图纸",
|
|
|
id: "RDTZ",
|
|
|
-=======
|
|
|
- label: '查看图纸',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [],
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- name: '给排水系统',
|
|
|
+ name: "给排水系统",
|
|
|
id: 5,
|
|
|
- icon: require('@/assets/imgs/cdgps.svg'),
|
|
|
- icon1: require('@/assets/imgs/cdgps2.svg'),
|
|
|
+ icon: require("@/assets/imgs/cdgps.svg"),
|
|
|
+ icon1: require("@/assets/imgs/cdgps2.svg"),
|
|
|
children: [
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "系统原理图",
|
|
|
id: "GSYL",
|
|
|
-=======
|
|
|
- label: '系统原理图',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '给水系统原理示意图',
|
|
|
- id: 'GSYL1',
|
|
|
+ label: "给水系统原理示意图",
|
|
|
+ id: "GSYL1",
|
|
|
},
|
|
|
{
|
|
|
- label: '排水系统原理示意图',
|
|
|
- id: 'GSYL2',
|
|
|
+ label: "排水系统原理示意图",
|
|
|
+ id: "GSYL2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "主要设备清单",
|
|
|
id: "GSQD",
|
|
|
children: [],
|
|
@@ -443,97 +364,77 @@ var system = [
|
|
|
{
|
|
|
label: "维保事项",
|
|
|
id: "GSWB",
|
|
|
-=======
|
|
|
- label: '主要设备清单',
|
|
|
- children: [],
|
|
|
- },
|
|
|
- {
|
|
|
- label: '维保事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '给水系统',
|
|
|
- id: 'GSQD1',
|
|
|
+ label: "给水系统",
|
|
|
+ id: "GSQD1",
|
|
|
},
|
|
|
{
|
|
|
- label: '排水系统',
|
|
|
- id: 'GSQD2',
|
|
|
+ label: "排水系统",
|
|
|
+ id: "GSQD2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "维修事项",
|
|
|
id: "GSWX",
|
|
|
-=======
|
|
|
- label: '维修事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '给水系统',
|
|
|
- id: 'GSWX1',
|
|
|
+ label: "给水系统",
|
|
|
+ id: "GSWX1",
|
|
|
},
|
|
|
{
|
|
|
- label: '排水系统',
|
|
|
- id: 'GSWX2',
|
|
|
+ label: "排水系统",
|
|
|
+ id: "GSWX2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "专维及其他事项",
|
|
|
id: "GSZW",
|
|
|
-=======
|
|
|
- label: '专维及其他事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '给水系统专项维修',
|
|
|
- id: 'GSZW1',
|
|
|
+ label: "给水系统专项维修",
|
|
|
+ id: "GSZW1",
|
|
|
},
|
|
|
{
|
|
|
- label: '排水系统专项维修',
|
|
|
- id: 'GSZW2',
|
|
|
+ label: "排水系统专项维修",
|
|
|
+ id: "GSZW2",
|
|
|
},
|
|
|
{
|
|
|
- label: '其他事项',
|
|
|
- id: 'GSZW3',
|
|
|
+ label: "其他事项",
|
|
|
+ id: "GSZW3",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "查看图纸",
|
|
|
id: "GSTZ",
|
|
|
-=======
|
|
|
- label: '查看图纸',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [],
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- name: '电梯系统',
|
|
|
+ name: "电梯系统",
|
|
|
id: 6,
|
|
|
- icon: require('@/assets/imgs/cddt.svg'),
|
|
|
- icon1: require('@/assets/imgs/cddt2.svg'),
|
|
|
+ icon: require("@/assets/imgs/cddt.svg"),
|
|
|
+ icon1: require("@/assets/imgs/cddt2.svg"),
|
|
|
children: [
|
|
|
{
|
|
|
- label: '系统原理图',
|
|
|
+ label: "系统原理图",
|
|
|
children: [
|
|
|
{
|
|
|
- label: '扶梯原理图',
|
|
|
- id: 'DTYL1',
|
|
|
+ label: "扶梯原理图",
|
|
|
+ id: "DTYL1",
|
|
|
},
|
|
|
{
|
|
|
- label: '直梯原理图',
|
|
|
- id: 'DTYL2',
|
|
|
+ label: "直梯原理图",
|
|
|
+ id: "DTYL2",
|
|
|
},
|
|
|
],
|
|
|
id: "DTYL",
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "主要设备清单",
|
|
|
id: "DTQD",
|
|
|
children: [],
|
|
@@ -541,146 +442,114 @@ var system = [
|
|
|
{
|
|
|
label: "维修及维保事项",
|
|
|
id: "DTWX",
|
|
|
-=======
|
|
|
- label: '主要设备清单',
|
|
|
- children: [],
|
|
|
- },
|
|
|
- {
|
|
|
- label: '维修及维保事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '维保事项',
|
|
|
- id: 'DTWX1',
|
|
|
+ label: "维保事项",
|
|
|
+ id: "DTWX1",
|
|
|
},
|
|
|
{
|
|
|
- label: '维修事项',
|
|
|
- id: 'DTWX2',
|
|
|
+ label: "维修事项",
|
|
|
+ id: "DTWX2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "专维及其他事项",
|
|
|
id: "DTZW",
|
|
|
-=======
|
|
|
- label: '专维及其他事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '专项维修',
|
|
|
- id: 'DTZW1',
|
|
|
+ label: "专项维修",
|
|
|
+ id: "DTZW1",
|
|
|
},
|
|
|
{
|
|
|
- label: '其他事项',
|
|
|
- id: 'DTZW2',
|
|
|
+ label: "其他事项",
|
|
|
+ id: "DTZW2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "查看图纸",
|
|
|
id: "DTTZ",
|
|
|
-=======
|
|
|
- label: '查看图纸',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [],
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- name: '燃气系统',
|
|
|
+ name: "燃气系统",
|
|
|
id: 7,
|
|
|
- icon: require('@/assets/imgs/cdrq.svg'),
|
|
|
- icon1: require('@/assets/imgs/cdrq2.svg'),
|
|
|
+ icon: require("@/assets/imgs/cdrq.svg"),
|
|
|
+ icon1: require("@/assets/imgs/cdrq2.svg"),
|
|
|
children: [
|
|
|
{
|
|
|
- label: '系统原理图',
|
|
|
+ label: "系统原理图",
|
|
|
children: [],
|
|
|
id: "RQYL",
|
|
|
},
|
|
|
{
|
|
|
- label: '主要设备清单',
|
|
|
+ label: "主要设备清单",
|
|
|
children: [],
|
|
|
id: "RQQD",
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "维修及维保事项",
|
|
|
id: "RQWX",
|
|
|
-=======
|
|
|
- label: '维修及维保事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '维保事项',
|
|
|
- id: 'RQWX1',
|
|
|
+ label: "维保事项",
|
|
|
+ id: "RQWX1",
|
|
|
},
|
|
|
{
|
|
|
- label: '维修事项',
|
|
|
- id: 'RQWX2',
|
|
|
+ label: "维修事项",
|
|
|
+ id: "RQWX2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "专维及其他事项",
|
|
|
id: "RQZW",
|
|
|
-=======
|
|
|
- label: '专维及其他事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '专项维修',
|
|
|
- id: 'RQZW1',
|
|
|
+ label: "专项维修",
|
|
|
+ id: "RQZW1",
|
|
|
},
|
|
|
{
|
|
|
- label: '其他事项',
|
|
|
- id: 'RQZW2',
|
|
|
+ label: "其他事项",
|
|
|
+ id: "RQZW2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "查看图纸",
|
|
|
id: "RQTZ",
|
|
|
-=======
|
|
|
- label: '查看图纸',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [],
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- name: '土建系统',
|
|
|
- icon: require('@/assets/imgs/cdtj.svg'),
|
|
|
- icon1: require('@/assets/imgs/cdtj2.svg'),
|
|
|
+ name: "土建系统",
|
|
|
+ icon: require("@/assets/imgs/cdtj.svg"),
|
|
|
+ icon1: require("@/assets/imgs/cdtj2.svg"),
|
|
|
id: 8,
|
|
|
children: [
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "建筑立面图",
|
|
|
id: "TJLM",
|
|
|
-=======
|
|
|
- label: '建筑立面图',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '西面外立面',
|
|
|
+ label: "西面外立面",
|
|
|
},
|
|
|
{
|
|
|
- label: '南面外立面',
|
|
|
+ label: "南面外立面",
|
|
|
},
|
|
|
{
|
|
|
- label: '东面外立面',
|
|
|
+ label: "东面外立面",
|
|
|
},
|
|
|
{
|
|
|
- label: '北面外立面',
|
|
|
+ label: "北面外立面",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "主要材料清单",
|
|
|
id: "TJQD",
|
|
|
children: [],
|
|
@@ -688,49 +557,34 @@ var system = [
|
|
|
{
|
|
|
label: "维修及维保事项",
|
|
|
id: "TJWX",
|
|
|
-=======
|
|
|
- label: '主要材料清单',
|
|
|
- children: [],
|
|
|
- },
|
|
|
- {
|
|
|
- label: '维修及维保事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '维保事项',
|
|
|
- id: 'TJWB1',
|
|
|
+ label: "维保事项",
|
|
|
+ id: "TJWB1",
|
|
|
},
|
|
|
{
|
|
|
- label: '维修事项',
|
|
|
- id: 'TJWB2',
|
|
|
+ label: "维修事项",
|
|
|
+ id: "TJWB2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "专维及其他事项",
|
|
|
id: "TJZW",
|
|
|
-=======
|
|
|
- label: '专维及其他事项',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [
|
|
|
{
|
|
|
- label: '专项维修',
|
|
|
- id: 'TJZW1',
|
|
|
+ label: "专项维修",
|
|
|
+ id: "TJZW1",
|
|
|
},
|
|
|
{
|
|
|
- label: '其他事项',
|
|
|
- id: 'TJZW2',
|
|
|
+ label: "其他事项",
|
|
|
+ id: "TJZW2",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
-<<<<<<< HEAD
|
|
|
label: "查看图纸",
|
|
|
id: "TJTZ",
|
|
|
-=======
|
|
|
- label: '查看图纸',
|
|
|
->>>>>>> 1ac7884d5d65b38c7ca6c8a15a5f6c3ec50e0199
|
|
|
children: [],
|
|
|
},
|
|
|
],
|
|
@@ -738,58 +592,58 @@ var system = [
|
|
|
],
|
|
|
floors = [
|
|
|
{
|
|
|
- floorName: 'F7',
|
|
|
- id: 'f7',
|
|
|
+ floorName: "F7",
|
|
|
+ id: "f7",
|
|
|
},
|
|
|
{
|
|
|
- floorName: 'F6',
|
|
|
- id: 'f6',
|
|
|
+ floorName: "F6",
|
|
|
+ id: "f6",
|
|
|
},
|
|
|
{
|
|
|
- floorName: 'F5',
|
|
|
- id: 'f5',
|
|
|
+ floorName: "F5",
|
|
|
+ id: "f5",
|
|
|
},
|
|
|
{
|
|
|
- floorName: 'F4',
|
|
|
- id: 'f4',
|
|
|
+ floorName: "F4",
|
|
|
+ id: "f4",
|
|
|
},
|
|
|
{
|
|
|
- floorName: 'F3',
|
|
|
- id: 'f3',
|
|
|
+ floorName: "F3",
|
|
|
+ id: "f3",
|
|
|
},
|
|
|
{
|
|
|
- floorName: 'F2',
|
|
|
- id: 'f2',
|
|
|
+ floorName: "F2",
|
|
|
+ id: "f2",
|
|
|
},
|
|
|
{
|
|
|
- floorName: 'F1',
|
|
|
- id: 'f1',
|
|
|
+ floorName: "F1",
|
|
|
+ id: "f1",
|
|
|
},
|
|
|
{
|
|
|
- floorName: 'B1',
|
|
|
- id: 'b1',
|
|
|
+ floorName: "B1",
|
|
|
+ id: "b1",
|
|
|
},
|
|
|
{
|
|
|
- floorName: 'B2',
|
|
|
- id: 'b2',
|
|
|
+ floorName: "B2",
|
|
|
+ id: "b2",
|
|
|
},
|
|
|
],
|
|
|
// 事项
|
|
|
matter = [
|
|
|
{
|
|
|
- icon: require('@/assets/imgs/zhsx.svg'),
|
|
|
- icon1: require('@/assets/imgs/zhsx2.svg'),
|
|
|
- name: '综合事项管理',
|
|
|
- id: '1',
|
|
|
+ icon: require("@/assets/imgs/zhsx.svg"),
|
|
|
+ icon1: require("@/assets/imgs/zhsx2.svg"),
|
|
|
+ name: "综合事项管理",
|
|
|
+ id: "1",
|
|
|
},
|
|
|
{
|
|
|
- icon: require('@/assets/imgs/fzyf.svg'),
|
|
|
- icon1: require('@/assets/imgs/fzyf2.svg'),
|
|
|
- name: '辅助用房管理',
|
|
|
- id: '2',
|
|
|
+ icon: require("@/assets/imgs/fzyf.svg"),
|
|
|
+ icon1: require("@/assets/imgs/fzyf2.svg"),
|
|
|
+ name: "辅助用房管理",
|
|
|
+ id: "2",
|
|
|
children: [
|
|
|
- { label: '广场辅助用房汇总统计表', type: 1 },
|
|
|
- { label: '广场辅助用房调改变更记录', type: 2 },
|
|
|
+ { label: "广场辅助用房汇总统计表", type: 1 },
|
|
|
+ { label: "广场辅助用房调改变更记录", type: 2 },
|
|
|
],
|
|
|
},
|
|
|
]
|