整理商品管理模块

This commit is contained in:
2024-07-25 19:20:53 +08:00
parent 717c89a58e
commit cf0961afdd
48 changed files with 1814 additions and 965 deletions

View File

@@ -105,37 +105,40 @@
dataIndex: 'brandId',
key: 'brandId',
align: 'center',
width: 90,
width: 90
},
{
title: '品牌名称',
dataIndex: 'brandName',
key: 'brandName',
align: 'center',
align: 'center'
},
{
title: '图标',
dataIndex: 'image',
key: 'image',
align: 'center',
align: 'center'
},
{
title: '备注',
dataIndex: 'comments',
key: 'comments',
align: 'center',
hideInTable: true
},
{
title: '状态',
dataIndex: 'status',
key: 'status',
align: 'center',
hideInTable: true
},
{
title: '排序号',
dataIndex: 'sortNumber',
key: 'sortNumber',
align: 'center',
hideInTable: true
},
{
title: '创建时间',