Преглед изворни кода

fix:修改工序管号显示

lupeng пре 2 месеци
родитељ
комит
014e469b9a
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/views/process/components/steps.vue

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

@@ -131,7 +131,7 @@ emitter.on(EventsNames.PROCESS_REDER, () => {
 //   }
 // };
 const boxClick = (item, index) => {
-  if (item.exists != true) return;
+  //if (item.exists != true) return;
   store.odersData.operationType = item.operationType;
   selectSeqArray.value =
     ordersDataArray.value[selectOrderIndex.value].ops[index].seqs;
@@ -220,12 +220,12 @@ onBeforeUnmount(() => {
   background-color: grey;
   animation-name: stepHover;
   animation-duration: $animation-duration;
-  cursor: not-allowed;
+  /*cursor: not-allowed;*/
 }
 
 .stepBoxDisabled {
   background-color: green;
-  cursor: not-allowed;
+  /*cursor: not-allowed;*/
 }
 
 .stepIndexHover {