@@ -313,6 +313,20 @@ const selectConfig = computed(() => {
prop: "userId",
data: userList.value,
},
+ {
+ label: "是否到账",
+ prop: "isArrival",
+ data: [
+ label: "未到账",
+ value: "0",
+ },
+ label: "已到账",
+ value: "1",
+ ],
];
});
const config = computed(() => {