瀏覽代碼

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

luoxiao 1 月之前
父節點
當前提交
574bd57985
共有 1 個文件被更改,包括 3 次插入0 次删除
  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'">