|
@@ -76,7 +76,7 @@ export default {
|
|
|
{ text: '配电室低压柜及出线明细', dataType: 'dyg' },
|
|
|
{ text: '楼层分布', dataType: 'floor', value: ' ' },
|
|
|
{ text: '电井控制商铺范围', dataType: 'electricWell' },
|
|
|
- { text: '主要设备清单', dataType: 'mainAsset' },
|
|
|
+ { text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
|
],
|
|
|
1002: [
|
|
@@ -85,7 +85,7 @@ export default {
|
|
|
{ text: '分水器支路分布图', dataType: 'fbt', categoryId: 'FZQZL' },
|
|
|
{ text: '机房平面布置图', dataType: 'room' },
|
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
- { text: '主要设备清单', dataType: 'mainAsset' },
|
|
|
+ { text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
|
],
|
|
|
1003: [
|
|
@@ -97,7 +97,7 @@ export default {
|
|
|
{ text: '消防泵房引出管路分布图', dataType: 'fbt', categoryId: 'XFBFYCFL' },
|
|
|
{ text: '机房平面布置图', dataType: 'room' },
|
|
|
{ text: '楼层分布+附加数据', dataType: 'floor' },
|
|
|
- { text: '主要设备清单', dataType: 'mainAsset' },
|
|
|
+ { text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
|
],
|
|
|
1004: [
|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
{ text: 'BA楼宇智能化系统原理图', dataType: 'img', typecode: '2020', count: '无' },
|
|
|
{ text: '机房平面布置图', dataType: 'room' },
|
|
|
{ text: '楼层分布+附加数据', dataType: 'floor' },
|
|
|
- { text: '主要设备清单', dataType: 'mainAsset' },
|
|
|
+ { text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
|
],
|
|
|
1005: [
|
|
@@ -115,7 +115,7 @@ export default {
|
|
|
{ text: '排水系统原理示意图', dataType: 'img', typecode: '2022', count: '无' },
|
|
|
{ text: '机房平面布置图', dataType: 'room' },
|
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
- { text: '主要设备清单', dataType: 'mainAsset' },
|
|
|
+ { text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
|
],
|
|
|
1006: [
|
|
@@ -123,14 +123,14 @@ export default {
|
|
|
{ text: '扶梯原理图', dataType: 'img', typecode: '2023', count: '无' },
|
|
|
{ text: '直梯原理图', dataType: 'img', typecode: '2024', count: '无' },
|
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
- { text: '主要设备清单', dataType: 'mainAsset' },
|
|
|
+ { text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
|
],
|
|
|
1007: [
|
|
|
// 燃气
|
|
|
{ text: '燃气系统原理示意图', dataType: 'img', typecode: '2025', count: '无' },
|
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
- { text: '主要设备清单', dataType: 'mainAsset' },
|
|
|
+ { text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
|
],
|
|
|
1008: [
|
|
@@ -143,8 +143,6 @@ export default {
|
|
|
// { text: '建筑立面图', dataType: 'img', typecode: '2026', count: '无' },
|
|
|
{ text: '建筑立面图', dataType: 'img', typecode: ['2026', '2027', '2028', '2029'], count: '无' },
|
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
- { text: '主要设备清单', dataType: 'mainAsset' },
|
|
|
- { text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
|
],
|
|
|
},
|
|
|
listKey: `list_${new Date().getTime()}`,
|
|
@@ -398,7 +396,7 @@ export default {
|
|
|
this.handleRoom(item)
|
|
|
break
|
|
|
// 主要设备清单
|
|
|
- case 'mainAsset':
|
|
|
+ case 'mainEquipment':
|
|
|
this.handleMainAsset(item)
|
|
|
break
|
|
|
// 维修维保
|