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

This commit is contained in:
puhui999
2023-05-02 02:20:58 +08:00
parent 6478d295df
commit 1116fb278b
7 changed files with 43 additions and 36 deletions

View File

@ -147,5 +147,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' //商品状态
}