This commit is contained in:
weipengfei 2024-02-05 10:35:57 +08:00
parent 8190324253
commit 527481253c

View File

@ -348,6 +348,13 @@ export function transactionTypeFilter(type) {
'commission_to_store_refund': '提货店铺佣金退款',
'commission_to_courier_refund': '配送员佣金退款',
'commission_to_promoter_refund': '直推首单佣金退款',
"supply_chain": "供应链成本",
"supply_chain_refund": "供应链退款",
"auto_margin": "商户保证金",
"auto_margin_refund": "商户保证金退还",
"order_refund": "订单退款",
"platform_consumption": "平台优惠",
"platform_consumption_refund": "平台优惠退款"
}
return typeMap[type]
}