@@ -78,9 +78,7 @@ const sourceList = ref({
pageNum: 1,
pageSize: 10,
keyword: "",
- accountManagementId: "",
- currency: "",
- status: "",
+ invoiceType: "",
},
});
const loading = ref(false);
@@ -88,7 +86,7 @@ const selectConfig = computed(() => {
return [
{
label: "发票类型",
- prop: "status",
+ prop: "invoiceType",
data: invoiceType.value,
];