Commit fae186df authored by xinzhedeai's avatar xinzhedeai

fix:应知应会数据重复bug处理

parent 77a0032d
......@@ -43,9 +43,8 @@
<div class="card-title">{{ item.name }}</div>
</div>
</div>
<div style="width: 100%; background-color: #f5f6fa;padding-top: .2rem;" v-if="activeTab==2" v-for="item in hazardList">
<div style="width: 100%; background-color: #f5f6fa;padding-top: .2rem;" v-if="activeTab==2">
<van-cell v-for="item in hazardList" :key="item.id" class="list-item" @click="viewDetail(item)">
<!-- 第一行:隐患描述 -->
<div style="
position: relative; /* 新增:相对定位容器 */
white-space: nowrap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment