diff --git a/admin/src/api/self_input_stats.ts b/admin/src/api/self_input_stats.ts index 2036e8de..bea4cf1a 100644 --- a/admin/src/api/self_input_stats.ts +++ b/admin/src/api/self_input_stats.ts @@ -4,6 +4,11 @@ export function getSelfInputOverview(params: any) { return request.get({ url: '/stats.self_input/overview', params }) } +/** 自媒体来源下拉(业绩+账户消耗已录入值去重) */ +export function getSelfInputMediaSourceOptions() { + return request.get({ url: '/stats.self_input/mediaSourceOptions' }) +} + export function personalYejiLists(params: any) { return request.get({ url: '/stats.personal_yeji/lists', params }) } diff --git a/admin/src/views/stats/self_input/MediaSourceSelect.vue b/admin/src/views/stats/self_input/MediaSourceSelect.vue new file mode 100644 index 00000000..ef458473 --- /dev/null +++ b/admin/src/views/stats/self_input/MediaSourceSelect.vue @@ -0,0 +1,55 @@ + + + diff --git a/admin/src/views/stats/self_input/account_cost.vue b/admin/src/views/stats/self_input/account_cost.vue index ea75e188..7438aa7f 100644 --- a/admin/src/views/stats/self_input/account_cost.vue +++ b/admin/src/views/stats/self_input/account_cost.vue @@ -21,13 +21,31 @@ v-model:endTime="queryParams.end_date" /> - - + + + + @@ -41,9 +59,7 @@ 查询 重置 - - 返回统计 - + 返回统计 @@ -66,12 +82,17 @@ + + +