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