From 984ea7d2309ab6142e3d3cd716db7d5e1710498f Mon Sep 17 00:00:00 2001 From: XingQue Date: Thu, 16 Jul 2026 19:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=90=E7=8E=B0=E6=8A=BD?= =?UTF-8?q?=E6=88=90=E5=88=A9=E6=B6=A6=E5=88=86=E8=B4=A6=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E9=A1=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- src/router/index.js | 5 + src/views/Layout.vue | 1 + src/views/finance/WithdrawFeeProfit.vue | 260 ++++++++++++++++++++++++ 3 files changed, 266 insertions(+) create mode 100644 src/views/finance/WithdrawFeeProfit.vue diff --git a/src/router/index.js b/src/router/index.js index c2d72e8..212752e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -24,6 +24,11 @@ const routes = [ component: () => import('@/views/finance/FinanceData.vue'), meta: { title: '财务数据' } }, + { + path: 'finance/withdraw-fee', + component: () => import('@/views/finance/WithdrawFeeProfit.vue'), + meta: { title: '提现抽成利润' } + }, // ========== 考核管理 ========== { diff --git a/src/views/Layout.vue b/src/views/Layout.vue index 5aa95c2..4c8edee 100644 --- a/src/views/Layout.vue +++ b/src/views/Layout.vue @@ -26,6 +26,7 @@ 板块配置 财务数据 + 提现抽成利润 diff --git a/src/views/finance/WithdrawFeeProfit.vue b/src/views/finance/WithdrawFeeProfit.vue new file mode 100644 index 0000000..16bb45a --- /dev/null +++ b/src/views/finance/WithdrawFeeProfit.vue @@ -0,0 +1,260 @@ + + + + +