Browse Source

工单履历更改

qinhb 10 tháng trước cách đây
mục cha
commit
4003c45e1f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/pro/traceability/index.vue

+ 3 - 0
src/views/pro/traceability/index.vue

@@ -249,6 +249,9 @@ let tabCount = reactive({
 });
 
 const handleCellClick = (row, column, event) => {
+  if(row.level === 'order'){
+    productReviewInfo.bug = '-'
+  }
   if(row.orderType){
     productReviewInfo.rework = row.orderType === '2' ? '是' : '否'
   }