From 6a4fa2573e8d93d87fc89795345cfc70de5c50c2 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Fri, 19 Apr 2024 17:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E8=B5=84=E9=87=91?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/filters/commFilter.js | 4 +- src/views/accounts/capitalFlow/index.vue | 126 ++++++++++++++++++++--- 2 files changed, 113 insertions(+), 17 deletions(-) diff --git a/src/filters/commFilter.js b/src/filters/commFilter.js index d6f3526..06043d9 100644 --- a/src/filters/commFilter.js +++ b/src/filters/commFilter.js @@ -337,7 +337,9 @@ export function transactionTypeFilter(type) { 'brokerage_two': '二级分佣', 'refund_brokerage_one': '返还一级分佣', 'refund_brokerage_two': '返还二级分佣', - 'order': '订单支付' + 'order': '订单支付', + 'supplier_mer': '供应商提成', + 'province_mer': '省公司门店提成' } return typeMap[type] } diff --git a/src/views/accounts/capitalFlow/index.vue b/src/views/accounts/capitalFlow/index.vue index ccbc417..d17469e 100644 --- a/src/views/accounts/capitalFlow/index.vue +++ b/src/views/accounts/capitalFlow/index.vue @@ -47,35 +47,57 @@ - - + + - - - - + + + + + + - + - + + + +