feat: 投放账户管理

This commit is contained in:
rd
2025-07-02 15:30:13 +08:00
parent 8ef31e82e2
commit f35dd2dfa9
59 changed files with 521 additions and 412 deletions

View File

@ -92,7 +92,7 @@
size="mini"
show-total
show-jumper
show-page-size
:show-page-size="false"
:current="pageInfo.page"
:page-size="pageInfo.pageSize"
@change="onPageChange"
@ -142,8 +142,8 @@ const batchGroupModalRef = ref(null);
const tipStatus = ref(2);
const pageInfo = reactive({
page: 1,
pageSize: 20,
total: 100,
pageSize: 8,
total: 0,
});
const query = ref(cloneDeep(INITIAL_QUERY));
const dataSource = ref([]);
@ -169,8 +169,8 @@ const getData = async () => {
// ...query.value,
// });
// if (code === 200) {
// dataSource.value = data.data;
// pageInfo.total = total;
// dataSource.value = data?.data ?? [];
// pageInfo.total = data?.total ?? 0;
// }
dataSource.value = [
{