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 @@ + + + + +