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