From 527481253ccaf5d25a9e8b0ab59167d2eff10655 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Mon, 5 Feb 2024 10:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/filters/commFilter.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/filters/commFilter.js b/src/filters/commFilter.js index 1d7915f..5e949cd 100644 --- a/src/filters/commFilter.js +++ b/src/filters/commFilter.js @@ -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] }