|
@@ -39,7 +39,15 @@
|
|
@click.native='goToEquipment(item)'
|
|
@click.native='goToEquipment(item)'
|
|
/>
|
|
/>
|
|
<!-- 更多主要设备,有moreCardList时才显示 -->
|
|
<!-- 更多主要设备,有moreCardList时才显示 -->
|
|
- <m-card class='card' :type='4' name unit v-if='moreCardList.length && !showMoreCardList' :total='0' @click.native='goToMoreEquipment' />
|
|
|
|
|
|
+ <m-card
|
|
|
|
+ class='card'
|
|
|
|
+ :type='4'
|
|
|
|
+ name
|
|
|
|
+ unit
|
|
|
|
+ v-if='moreCardList.length && !showMoreCardList'
|
|
|
|
+ :total='0'
|
|
|
|
+ @click.native='goToMoreEquipment'
|
|
|
|
+ />
|
|
<m-card
|
|
<m-card
|
|
v-show='moreCardList.length && showMoreCardList'
|
|
v-show='moreCardList.length && showMoreCardList'
|
|
class='card'
|
|
class='card'
|
|
@@ -175,6 +183,7 @@ export default {
|
|
// { text: '建筑立面图', dataType: 'img', typecode: '2026', count: '无' },
|
|
// { text: '建筑立面图', dataType: 'img', typecode: '2026', count: '无' },
|
|
{ text: '建筑立面图', dataType: 'img', typecode: ['2026', '2027', '2028', '2029'], count: '无' },
|
|
{ text: '建筑立面图', dataType: 'img', typecode: ['2026', '2027', '2028', '2029'], count: '无' },
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
|
+ { text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
{ text: '其他事项', dataType: 'otherMatter' },
|
|
{ text: '其他事项', dataType: 'otherMatter' },
|
|
],
|
|
],
|
|
},
|
|
},
|