ソースを参照

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'">