|
@@ -24,7 +24,7 @@
|
|
|
<div class="cell">图例</div>
|
|
|
</th>
|
|
|
</tr>
|
|
|
- <tr v-for="tr in floor.Statistics" :key="`${floor.FloorId}-${tr.OrderId}`" v-show="tr.Num">
|
|
|
+ <tr v-for="tr in floor.Statistics" :key="`${floor.FloorId}-${tr.GraphElementId}`" v-show="tr.Num">
|
|
|
<td>
|
|
|
<div class="cell">{{tr.Name||'--'}}</div>
|
|
|
</td>
|
|
@@ -62,15 +62,15 @@
|
|
|
<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>
|
|
|
<div class="cell">图例</div>
|
|
|
</th>
|
|
|
</tr>
|
|
|
- <tr v-for="tr in floor.Properties" :key="`${floor.FloorId}-${tr.OrderId}`">
|
|
|
- <td>
|
|
|
+ <tr v-for="(tr, index) in floor.Properties" :key="`${floor.FloorId}-${index}`">
|
|
|
+ <td colspan="3">
|
|
|
<div class="cell">{{tr.ItemExplain||'--'}}</div>
|
|
|
</td>
|
|
|
<td>
|