feat: 投放数据表格对接

This commit is contained in:
rd
2025-07-05 15:55:56 +08:00
parent 9b8e96a2e5
commit 5ee30e9146
12 changed files with 514 additions and 434 deletions

View File

@ -7,8 +7,15 @@ export const INITIAL_QUERY = {
name: '',
status: '',
operator_id: '',
placement_account_id: '',
group_ids: [],
date_range: [],
data_time: [],
column: '',
order: '',
};
export const INITIAL_PAGE_INFO = {
page: 1,
page_size: 20,
total: 0,
};