Bläddra i källkod

fix:工序显示添加工序标注

luoxiao 1 månad sedan
förälder
incheckning
574bd57985
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      src/views/process/components/steps.vue

+ 3 - 0
src/views/process/components/steps.vue

@@ -27,6 +27,9 @@
               <div :class="selectStepIndex == index ? 'stepStation stepStationHover' : 'stepStation'">
                 {{ item.operationCode }}
               </div>
+              <div :class="selectStepIndex == index ? 'stepStation stepStationHover' : 'stepStation'">
+                {{ item.operationLabel }}
+              </div>
             </div>
           </div>
           <div :class="selectStepIndex == index ? 'timeBox timeBoxHover' : 'timeBox'">