This commit is contained in:
weipengfei 2024-03-22 18:18:46 +08:00
parent efc2a0655f
commit 740351aa1d

View File

@ -180,7 +180,11 @@ export function orderPayType(type) {
'3': '微信支付', '3': '微信支付',
'4': '支付宝', '4': '支付宝',
'5': '支付宝扫码', '5': '支付宝扫码',
'6': '微信扫码' '6': '微信扫码',
'7': '四川农信',
'8': '信用购',
'9': '商户余额支付',
'10': '对公转账',
} }
return typeMap[type] return typeMap[type]
} }
@ -348,7 +352,7 @@ export function transactionTypeFilter(type) {
'refund_brokerage_two': '返还二级分佣', 'refund_brokerage_two': '返还二级分佣',
'order': '订单支付', 'order': '订单支付',
'svip': '支付会员费', 'svip': '支付会员费',
} }
return typeMap[type] return typeMap[type]
} }
@ -402,7 +406,7 @@ export function organizationType(type) {
} }
return typeMap[type] return typeMap[type]
} }
/** /**
* @description 证件类型 * @description 证件类型
*/ */
@ -441,7 +445,7 @@ export function purchaseType(type) {
} }
return statusMap[status] return statusMap[status]
} }
/** /**
* @description 订单配送状态 * @description 订单配送状态
*/ */
@ -503,4 +507,4 @@ export function formTypeFilter(type) {
'dateranges': '日期范围' 'dateranges': '日期范围'
} }
return typesMap[type] return typesMap[type]
} }