ezhizao_zx 3 months ago
parent
commit
414b1a202e
1 changed files with 5 additions and 1 deletions
  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,
   },