更新
This commit is contained in:
parent
a240e00e25
commit
8190324253
@ -341,7 +341,13 @@ export function transactionTypeFilter(type) {
|
|||||||
'brokerage_two': '二级分佣',
|
'brokerage_two': '二级分佣',
|
||||||
'refund_brokerage_one': '返还一级分佣',
|
'refund_brokerage_one': '返还一级分佣',
|
||||||
'refund_brokerage_two': '返还二级分佣',
|
'refund_brokerage_two': '返还二级分佣',
|
||||||
'order': '订单支付'
|
'order': '订单支付',
|
||||||
|
'commission_to_store': '提货店铺佣金',
|
||||||
|
'commission_to_courier': '配送员佣金',
|
||||||
|
'commission_to_promoter': '直推首单佣金',
|
||||||
|
'commission_to_store_refund': '提货店铺佣金退款',
|
||||||
|
'commission_to_courier_refund': '配送员佣金退款',
|
||||||
|
'commission_to_promoter_refund': '直推首单佣金退款',
|
||||||
}
|
}
|
||||||
return typeMap[type]
|
return typeMap[type]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user