Ver Fonte

打款页面打款状态下拉框

lxf há 1 ano atrás
pai
commit
d51171ba0a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/finance/fundManage/accountPayment/index.vue

+ 1 - 1
src/views/finance/fundManage/accountPayment/index.vue

@@ -90,7 +90,7 @@ const selectConfig = computed(() => {
     {
       label: "打款状态",
       prop: "paymentStatus",
-      data: [],
+      data: paymentType.value,
     },
   ];
 });