This commit is contained in:
weipengfei 2024-02-05 10:34:33 +08:00
parent fe2c5c28dc
commit 668eda618b
2 changed files with 7 additions and 0 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -303,6 +303,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]