From 740351aa1dc165a2ef6239f189f11e1a1d0efcd1 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 22 Mar 2024 18:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/filters/commFilter.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/filters/commFilter.js b/src/filters/commFilter.js index 8ba0590..7141718 100644 --- a/src/filters/commFilter.js +++ b/src/filters/commFilter.js @@ -180,7 +180,11 @@ export function orderPayType(type) { '3': '微信支付', '4': '支付宝', '5': '支付宝扫码', - '6': '微信扫码' + '6': '微信扫码', + '7': '四川农信', + '8': '信用购', + '9': '商户余额支付', + '10': '对公转账', } return typeMap[type] } @@ -348,7 +352,7 @@ export function transactionTypeFilter(type) { 'refund_brokerage_two': '返还二级分佣', 'order': '订单支付', 'svip': '支付会员费', - + } return typeMap[type] } @@ -402,7 +406,7 @@ export function organizationType(type) { } return typeMap[type] } - + /** * @description 证件类型 */ @@ -441,7 +445,7 @@ export function purchaseType(type) { } return statusMap[status] } - + /** * @description 订单配送状态 */ @@ -503,4 +507,4 @@ export function formTypeFilter(type) { 'dateranges': '日期范围' } return typesMap[type] -} \ No newline at end of file +}