feat:【mall 商城】门店管理的迁移(antd 50%)

This commit is contained in:
YunaiV
2025-10-12 20:55:28 +08:00
parent 8c6d1d68d1
commit 1a9037f6ab
5 changed files with 93 additions and 53 deletions

View File

@@ -23,7 +23,7 @@ export function useFormSchema(): VbenFormSchema[] {
{
component: 'ImageUpload',
fieldName: 'logo',
label: '门店logo',
label: '门店 logo',
rules: 'required',
},
{
@@ -201,7 +201,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
},
{
field: 'logo',
title: '门店logo',
title: '门店 logo',
cellRender: {
name: 'CellImage',
},