|
@@ -62,7 +62,7 @@
|
|
|
<div v-else-if="floor.Properties && floor.Properties.length" class="floor-item-table">
|
|
|
<table class="table-box">
|
|
|
<tr>
|
|
|
- <th>
|
|
|
+ <th colspan="3">
|
|
|
<div class="cell">说明</div>
|
|
|
</th>
|
|
|
<th>
|
|
@@ -70,7 +70,7 @@
|
|
|
</th>
|
|
|
</tr>
|
|
|
<tr v-for="(tr, index) in floor.Properties" :key="`${floor.FloorId}-${index}`">
|
|
|
- <td>
|
|
|
+ <td colspan="3">
|
|
|
<div class="cell">{{tr.ItemExplain||'--'}}</div>
|
|
|
</td>
|
|
|
<td>
|