|
@@ -79,8 +79,8 @@ export default {
|
|
|
//暖通
|
|
|
{ text: '空调系统原理图', dataType: 'img', typecode: '2011', count: '无' },
|
|
|
{ text: '分水器支路分布图', dataType: 'floor' },
|
|
|
- { text: '机房平面布置图' },
|
|
|
- { text: '楼层分布' },
|
|
|
+ { text: '机房平面布置图', dataType: 'room' },
|
|
|
+ { text: '楼层分布', dataType: 'floor' },
|
|
|
],
|
|
|
1003: [
|
|
|
//消防
|
|
@@ -88,22 +88,22 @@ export default {
|
|
|
{ text: '消防喷淋系统示意图', dataType: 'img', typecode: '2015', count: '无' },
|
|
|
{ text: '消防窗喷系统示意图', dataType: 'img', typecode: '2016', count: '无' },
|
|
|
{ text: '消火栓系统示意图', dataType: 'img', typecode: '2017', count: '无' },
|
|
|
- { text: '消防泵房引出管理分布图', dataType: 'floor' },
|
|
|
- { text: '机房平面布置图' },
|
|
|
- { text: '楼层分布+附加数据' },
|
|
|
+ { text: '消防泵房引出管路分布图', dataType: 'floor' },
|
|
|
+ { text: '机房平面布置图', dataType: 'room' },
|
|
|
+ { text: '楼层分布+附加数据', dataType: 'floor' },
|
|
|
],
|
|
|
1004: [
|
|
|
//弱电
|
|
|
{ text: '门禁管理系统原理图', dataType: 'img', typecode: '2019', count: '无' },
|
|
|
{ text: 'BA楼宇智能化系统原理图', dataType: 'img', typecode: '2020', count: '无' },
|
|
|
- { text: '机房平面布置图' },
|
|
|
+ { text: '机房平面布置图', dataType: 'room' },
|
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
],
|
|
|
1005: [
|
|
|
//给排水
|
|
|
{ text: '给水系统原理示意图', dataType: 'img', typecode: '2021', count: '无' },
|
|
|
{ text: '排水系统原理示意图', dataType: 'img', typecode: '2022', count: '无' },
|
|
|
- { text: '机房平面布置图' },
|
|
|
+ { text: '机房平面布置图', dataType: 'room' },
|
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
],
|
|
|
1006: [
|
|
@@ -167,6 +167,7 @@ export default {
|
|
|
this.showRight = false
|
|
|
this.currentSmsxt = smsxt
|
|
|
this.systemText = text + '系统'
|
|
|
+ console.log( this.systemText)
|
|
|
/**
|
|
|
* 查询图片数量,设备卡片
|
|
|
*/
|
|
@@ -368,15 +369,15 @@ export default {
|
|
|
*/
|
|
|
handleRoom(item) {
|
|
|
// TODO: 机房平面布置图
|
|
|
- // this.$router.push({ name: 'EngineRoomPicture', params: {} })
|
|
|
+ this.$router.push({ name: 'EngineRoomPicture', params: {} })
|
|
|
},
|
|
|
/**
|
|
|
* 跳转 楼层分布
|
|
|
*/
|
|
|
handleFloor(item) {
|
|
|
- let title = this.systemText + '-楼层分布'
|
|
|
- // TODO: 楼层分布
|
|
|
- // this.$router.push({ name: 'SystemFloor', params: { title } })
|
|
|
+
|
|
|
+ let title = this.systemText + ' - 楼层分布'
|
|
|
+ this.$router.push({ name: 'SystemFloor', params: { title } })
|
|
|
},
|
|
|
/**
|
|
|
* 跳转 电井间控制商铺范围
|