ezhizao_zx há 3 meses atrás
pai
commit
414b1a202e
1 ficheiros alterados com 5 adições e 1 exclusões
  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,
   },