소스 검색

feat: 新增巡检工单状态选项

yusheng 3 달 전
부모
커밋
b6512a57e3
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/views/inspectionWork/components/inspectionWorkList.vue

+ 8 - 0
src/views/inspectionWork/components/inspectionWorkList.vue

@@ -625,6 +625,14 @@
           {
             value: 1,
             label: '已报工'
+          },
+          {
+            value: 2,
+            label: '已关闭'
+          },
+          {
+            value: 3,
+            label: '待请样'
           }
         ],
         addOpen: false,