在SKU管理中新增规格单位和规格数量字段,优化时间显示格式并调整列宽布局,同时修改分类属性类型接口路径以匹配后端枚举接口规范

This commit is contained in:
WUSIJIAN
2026-01-13 16:12:02 +08:00
parent eec9a72a1d
commit aae01669d0
3 changed files with 108 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ export function getCategory(id: string) {
// 获取属性类型选项
export function getCategoryAttrTypeOptions() {
return newService({
url: '/assets/category/getCategoryAttrTypeOptions',
url: '/assets/enum/getCategoryAttrType',
method: 'get',
});
}