邓洁 : 大屏左侧接口对接

This commit is contained in:
dengj
2023-12-13 15:28:58 +08:00
parent 0b0c5f22a1
commit 0dadb58f16
7 changed files with 102 additions and 112 deletions

View File

@@ -2,7 +2,7 @@
<div id="bad-gas-info">
<div class="title">有害气体</div>
<div class="info-list">
<gas-info-item v-for="item in badGasList" :gasInfo="item" />
<gas-info-item v-for="item in badGasList" :key="item.equipmentId" :gasInfo="item" />
</div>
</div>
</template>