feat(StoreProductLists): 增加零采商品类型
- 在 StoreProductLists 类中添加了零采商品(product_type_id 为 6)的名称 - 扩展了产品类型列表,支持零采商品的显示
This commit is contained in:
parent
8a884ea6fd
commit
584e20a7d0
@ -112,6 +112,9 @@ class StoreProductLists extends BaseAdminDataLists implements ListsSearchInterfa
|
||||
case 5:
|
||||
$item['product_type_name'] = '批发产品';
|
||||
break;
|
||||
case 6:
|
||||
$item['product_type_name'] = '零采商品';
|
||||
break;
|
||||
default:
|
||||
$item['product_type_name'] = '普通商品';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user