|
@@ -2,7 +2,7 @@
|
|
|
<div class='equipment-facilities'>
|
|
|
<!-- 左侧菜单 -->
|
|
|
<SystemMenu class='left' @chooseSystem='changeSystem' />
|
|
|
- <div class='right' v-show='false'>
|
|
|
+ <div class='right' v-show='true'>
|
|
|
<div class='top'>
|
|
|
<!-- <van-cell :title='`消防电系统原理示意图`' :border='false' is-link :value='`19条`' @click='handleClick' />
|
|
|
<van-cell :title='`消防喷淋系统示意图`' :border='false' is-link value='无' @click='handleClick' />
|
|
@@ -52,62 +52,64 @@ export default {
|
|
|
return {
|
|
|
smsxt: '1001', //系统值,默认供电系统
|
|
|
systemText: '供电系统',
|
|
|
+ module: '1002', // 广场管理说明书图片上传视图查询条件 1001 项目概况 1004其他事项 1003楼层分布 1002 设备设施
|
|
|
+ neTypename: '位置布置图',
|
|
|
listData: {
|
|
|
//上部列表数据
|
|
|
1001: [
|
|
|
//供电
|
|
|
- { text: '供电系统原理图', dataType: 'img', id: '' },
|
|
|
- { text: '机房平面布置图', dataType: 'room', id: '' },
|
|
|
- { text: '配电室低压柜及出现明细', id: '' },
|
|
|
- { text: '楼层分布', dataType: 'floor', id: '', value: ' ' },
|
|
|
- { text: '电井控制商铺范围', id: '' },
|
|
|
+ { text: '供电系统原理图', dataType: 'img', typecode: '2010' },
|
|
|
+ { text: '机房平面布置图', dataType: 'room' },
|
|
|
+ { text: '配电室低压柜及出现明细' },
|
|
|
+ { text: '楼层分布', dataType: 'floor', value: ' ' },
|
|
|
+ { text: '电井控制商铺范围' },
|
|
|
],
|
|
|
1002: [
|
|
|
//暖通
|
|
|
- { text: '空调系统原理图', type: 'img', id: '' },
|
|
|
- { text: '分水器之路分布图', id: '' },
|
|
|
- { text: '机房平面布置图', id: '' },
|
|
|
- { text: '楼层分布', id: '' },
|
|
|
+ { text: '空调系统原理图', type: 'img', typecode: '2011' },
|
|
|
+ { text: '分水器之路分布图', type: 'floor', typecode: '2013' },
|
|
|
+ { text: '机房平面布置图' },
|
|
|
+ { text: '楼层分布' },
|
|
|
],
|
|
|
1003: [
|
|
|
//消防
|
|
|
- { text: '消防电系统原理示意图', id: '' },
|
|
|
- { text: '消防喷淋系统示意图', id: '' },
|
|
|
- { text: '消防窗喷系统示意图', id: '' },
|
|
|
- { text: '消火栓系统示意图', id: '' },
|
|
|
- { text: '消防泵房引出管理分布图', id: '' },
|
|
|
- { text: '机房平面布置图', id: '' },
|
|
|
- { text: '楼层分布+附加数据', id: '' },
|
|
|
+ { text: '消防电系统原理示意图', type: 'img', typecode: '2014' },
|
|
|
+ { text: '消防喷淋系统示意图', type: 'img', typecode: '2015' },
|
|
|
+ { text: '消防窗喷系统示意图', type: 'img', typecode: '2016' },
|
|
|
+ { text: '消火栓系统示意图', type: 'img', typecode: '2017' },
|
|
|
+ { text: '消防泵房引出管理分布图', type: 'floor' },
|
|
|
+ { text: '机房平面布置图' },
|
|
|
+ { text: '楼层分布+附加数据' },
|
|
|
],
|
|
|
1004: [
|
|
|
//弱电
|
|
|
- { text: '门禁管理系统原理图', id: '' },
|
|
|
- { text: 'BA楼宇智能化系统原理图', id: '' },
|
|
|
- { text: '机房平面布置图', id: '' },
|
|
|
- { text: '楼层分布', id: '' },
|
|
|
+ { text: '门禁管理系统原理图', type: 'img', typecode: '2019' },
|
|
|
+ { text: 'BA楼宇智能化系统原理图', type: 'img', typecode: '2020' },
|
|
|
+ { text: '机房平面布置图' },
|
|
|
+ { text: '楼层分布' },
|
|
|
],
|
|
|
1005: [
|
|
|
//给排水
|
|
|
- { text: '给水系统原理示意图', id: '' },
|
|
|
- { text: '排水系统原理示意图', id: '' },
|
|
|
- { text: '机房平面布置图', id: '' },
|
|
|
- { text: '楼层分布', id: '' },
|
|
|
+ { text: '给水系统原理示意图', type: 'img', typecode: '2021' },
|
|
|
+ { text: '排水系统原理示意图', type: 'img', typecode: '2022' },
|
|
|
+ { text: '机房平面布置图' },
|
|
|
+ { text: '楼层分布' },
|
|
|
],
|
|
|
1006: [
|
|
|
//电梯
|
|
|
- { text: '扶梯原理图', id: '' },
|
|
|
- { text: '直梯原理图', id: '' },
|
|
|
- { text: '楼层分布', id: '' },
|
|
|
+ { text: '扶梯原理图', type: 'img', typecode: '2023' },
|
|
|
+ { text: '直梯原理图', type: 'img', typecode: '2024' },
|
|
|
+ { text: '楼层分布' },
|
|
|
],
|
|
|
1007: [
|
|
|
// 燃气
|
|
|
- { text: '燃气系统原理示意图', id: '' },
|
|
|
- { text: '楼层分布', id: '' },
|
|
|
+ { text: '燃气系统原理示意图', type: 'img', typecode: '2025' },
|
|
|
+ { text: '楼层分布' },
|
|
|
],
|
|
|
1008: [
|
|
|
// 土建
|
|
|
- { text: '建筑立面图', id: '' },
|
|
|
- { text: '石材铺装', id: '' },
|
|
|
+ { text: '建筑立面图', type: 'img', typecode: '2025' },
|
|
|
+ { text: '楼层分布' },
|
|
|
],
|
|
|
},
|
|
|
}
|