优化商品的 index 界面

This commit is contained in:
YunaiV
2022-10-24 21:27:13 +08:00
parent 2bd2cb56a1
commit c00ded3ed3
9 changed files with 91 additions and 139 deletions

View File

@ -56,6 +56,9 @@ export const DICT_TYPE = {
PAY_ORDER_REFUND_STATUS: 'pay_order_refund_status', // 商户支付订单退款状态
PAY_REFUND_ORDER_STATUS: 'pay_refund_order_status', // 退款订单状态
PAY_REFUND_ORDER_TYPE: 'pay_refund_order_type', // 退款订单类别
// ========== MALL - PRODUCT 模块 ==========
PRODUCT_SPU_STATUS: 'product_spu_status', // 商品 SPU 状态
}
/**
@ -114,6 +117,3 @@ export function getDictDataLabel(dictType, value) {
const dict = getDictData(dictType, value);
return dict ? dict.label : '';
}
export class getDictDataL {
}