浏览代码

巡更记录小圆

Shannon_mu 3 年之前
父节点
当前提交
81595ee519
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      operationSupport/src/views/patrolManagement/popups/patrolDetails.vue

+ 1 - 1
operationSupport/src/views/patrolManagement/popups/patrolDetails.vue

@@ -38,7 +38,7 @@
                 <template v-for="(item, index) in leftItem">
                     <div class="steps" :key="index">
                         <div class="steps-left">
-                            <img v-if="!!item.id" src="@assets/img/point_yiwancheng@2x.png" alt />
+                            <img v-if="!!leftItem[1].id" src="@assets/img/point_yiwancheng@2x.png" alt />
                             <img v-else src="@assets/img/point_weiwancheng@2x.png" alt />
                             <div class="steps-left-line" v-if="index !== leftItem.length - 1"></div>
                         </div>