feat: mall brokerage withdraw

This commit is contained in:
xingyu4j
2025-06-19 19:29:53 +08:00
parent f0d221ebf9
commit bcabc4d6d0
3 changed files with 333 additions and 32 deletions

View File

@@ -2,8 +2,6 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { MallBrokerageUserApi } from '#/api/mall/trade/brokerage/user';
import { onMounted } from 'vue';
import { useAccess } from '@vben/access';
import { DocAlert, Page, useVbenModal } from '@vben/common-ui';
import { $t } from '@vben/locales';
@@ -143,11 +141,6 @@ const [Grid, gridApi] = useVbenVxeGrid({
},
} as VxeTableGridOptions<MallBrokerageUserApi.BrokerageUser>,
});
/** 初始化 */
onMounted(() => {
// 表格初始化时会自动查询,无需手动调用
});
</script>
<template>