商品管理: 调整相关组件优化逻辑

(cherry picked from commit 1116fb278b)
This commit is contained in:
puhui999
2023-05-02 02:20:58 +08:00
committed by shizhong
parent 72fd0b8ed5
commit 2152573c5e
7 changed files with 43 additions and 36 deletions

View File

@ -148,5 +148,6 @@ export enum DICT_TYPE {
MP_MESSAGE_TYPE = 'mp_message_type', // 消息类型
// ========== MALL 模块 ==========
PRODUCT_UNIT = 'product_unit' // 商品单位
PRODUCT_UNIT = 'product_unit', // 商品单位
PRODUCT_SPU_STATUS = 'product_spu_status' //商品状态
}