mall: 订单中心->运费模板(第一版 性能有问题)

(cherry picked from commit 4e69f15128)
This commit is contained in:
jason
2023-05-21 23:41:36 +08:00
committed by shizhong
parent c254222b5f
commit 90ccc11006
6 changed files with 515 additions and 13 deletions

View File

@ -149,5 +149,7 @@ export enum DICT_TYPE {
// ========== MALL 模块 ==========
PRODUCT_UNIT = 'product_unit', // 商品单位
PRODUCT_SPU_STATUS = 'product_spu_status' //商品状态
PRODUCT_SPU_STATUS = 'product_spu_status', //商品状态
// ========== MALL 交易模块 ==========
EXPRESS_CHARGE_MODE = 'trade_delivery_express_charge_mode' //快递的计费方式
}