|
@@ -42,6 +42,10 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
+ <h2 class="floor-additional-data" v-if="$route.query.categoryId == 'XFXT' || $route.query.categoryId == 'RDXT'">
|
|
|
+ <i class="iconfont wanda-otherData"></i>
|
|
|
+ 查看附加数据
|
|
|
+ </h2>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -619,7 +623,7 @@ export default {
|
|
|
mounted() { },
|
|
|
methods: {
|
|
|
goToMapView() {
|
|
|
- this.$router.push({ name: 'MapView' })
|
|
|
+ this.$router.push({ name: 'MapView', params: {categoryId: this.$route.query.categoryId} })
|
|
|
},
|
|
|
},
|
|
|
}
|
|
@@ -633,7 +637,7 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
overflow-y: auto;
|
|
|
.floor-item {
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: 12px;
|
|
|
.floor-item-title {
|
|
|
padding: 0 10px;
|
|
|
height: 44px;
|
|
@@ -655,7 +659,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.floor-item-table {
|
|
|
- padding: 12px 16px;
|
|
|
+ padding: 12px 16px 0;
|
|
|
.table-box {
|
|
|
width: 100%;
|
|
|
table-layout: fixed;
|
|
@@ -715,6 +719,14 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .floor-additional-data {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #025BAA;
|
|
|
+ margin-top: 10px;
|
|
|
+ i {
|
|
|
+ vertical-align: bottom;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</style>
|