cz 1 year ago
parent
commit
3023b5e6dd
1 changed files with 16 additions and 0 deletions
  1. 16 0
      src/views/WDLY/purchaseManage/alreadyPurchase/index.vue

+ 16 - 0
src/views/WDLY/purchaseManage/alreadyPurchase/index.vue

@@ -806,6 +806,16 @@ const paymentStatus = ref([
     value: "20",
   },
 ]);
+const inRransitData = ref([
+  {
+    label: "有",
+    value: "1",
+  },
+  {
+    label: "无",
+    value: "0",
+  },
+]);
 
 const selectConfig = reactive([
   {
@@ -823,7 +833,13 @@ const selectConfig = reactive([
     prop: "payStatus",
     data: paymentStatus.value,
   },
+  {
+    label: "有无在途",
+    prop: "isTransit",
+    data: inRransitData.value,
+  },
 ]);
+
 const config = computed(() => {
   return [
     {