Browse Source

feature/字段修改

dy 1 year ago
parent
commit
6446dbd676
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/views/prepare-complete-suit/components/steps.vue

+ 12 - 0
src/views/prepare-complete-suit/components/steps.vue

@@ -56,6 +56,18 @@
             {{ item.completeNum }}
           </div>
         </div>
+        <div
+          v-if="selectStepIndex == index"
+          style="
+            margin-left: 44px;
+            border-left: 1px solid black;
+            color: black;
+            padding-left: 10px;
+          "
+          class="describeText"
+        >
+          目标工位:{{ item.stationName ? item.stationName : "-" }}
+        </div>
         <div class="line" v-if="index != opsArray.length - 1"></div>
       </div>
     </TransitionGroup>