Explorar el Código

1、京东采购单新增是否异常 筛选

41235 hace 1 año
padre
commit
8749eb2a85
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. 14 0
      src/views/WDLY/jd/order/index.vue

+ 14 - 0
src/views/WDLY/jd/order/index.vue

@@ -363,6 +363,20 @@ const selectConfig = computed(() => {
         },
       ],
     },
+    {
+      label: "是否异常",
+      prop: "isCanConfirm",
+      data: [
+        {
+          label: "异常",
+          value: 1,
+        },
+        {
+          label: "无异常",
+          value: 0,
+        },
+      ],
+    },
   ];
 });