Explorar o código

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

yusheng hai 3 meses
pai
achega
b6512a57e3
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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,