ezhizao_zx hai 3 meses
pai
achega
414b1a202e
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      src/views/business/drawingRatify/index.vue

+ 5 - 1
src/views/business/drawingRatify/index.vue

@@ -149,11 +149,15 @@ const patternLabels = ref([
     value: "替换",
     label: "替换",
   },
+  {
+    value: "作废",
+    label: "作废",
+  }
 ]);
 const data = reactive({
   queryParams: {
     status: 1,
-    abandoned: 0,
+    // abandoned: 0,
     pageNum: 1,
     pageSize: 10,
   },