From e4f181e4feb621a82ec8a7bfcd3da34511c64018 Mon Sep 17 00:00:00 2001 From: long <452591453@qq.com> Date: Fri, 22 May 2026 12:02:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(stats/self=5Finput):=20=E6=B8=A0=E9=81=93?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E3=80=81=E8=B4=A2=E5=8A=A1=E8=84=B1=E6=95=8F?= =?UTF-8?q?=E4=B8=8E=E5=90=8C=E6=97=A5=E5=90=8C=E6=B8=A0=E9=81=93=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=94=AF=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 自媒体来源改推广渠道字典;非白名单隐藏账户消耗/ROI;部门展示完整路径;业绩与消耗按日期+渠道全局去重。 Co-authored-by: Cursor --- .../stats/self_input/MediaSourceSelect.vue | 33 ++++++- .../views/stats/self_input/account_cost.vue | 18 +++- .../src/views/stats/self_input/cost-edit.vue | 12 ++- admin/src/views/stats/self_input/index.vue | 38 +++++++- .../stats/self_input/useMediaSourceOptions.ts | 36 ++++++- .../src/views/stats/self_input/yeji-edit.vue | 12 ++- .../logic/stats/PersonalAccountCostLogic.php | 6 +- .../logic/stats/PersonalStatsScopeTrait.php | 96 +++++++++++++++---- .../logic/stats/PersonalYejiLogic.php | 6 +- .../adminapi/logic/stats/SelfInputLogic.php | 71 +++++++++----- .../alter_personal_unique_key.sql | 10 ++ .../create_personal_account_cost_table.sql | 2 +- .../create_personal_yeji_table.sql | 2 +- 13 files changed, 277 insertions(+), 65 deletions(-) create mode 100644 server/sql/1.9.20260521/alter_personal_unique_key.sql diff --git a/admin/src/views/stats/self_input/MediaSourceSelect.vue b/admin/src/views/stats/self_input/MediaSourceSelect.vue index ef458473..bf47d47d 100644 --- a/admin/src/views/stats/self_input/MediaSourceSelect.vue +++ b/admin/src/views/stats/self_input/MediaSourceSelect.vue @@ -14,15 +14,32 @@ @change="emit('change', $event)" @visible-change="onVisibleChange" > - + + +