fix:【ele】【mall】商品列表的“商品分类”不展示的问题,对应 https://t.zsxq.com/JCOWV

This commit is contained in:
YunaiV
2025-12-21 21:24:59 +08:00
parent 0f864b22c1
commit bc654c9d45

View File

@@ -32,7 +32,9 @@ export function useGridFormSchema(): VbenFormSchema[] {
componentProps: { componentProps: {
placeholder: '请选择商品分类', placeholder: '请选择商品分类',
clearable: true, clearable: true,
options: categoryList, api: async () => {
return categoryList;
},
labelField: 'name', labelField: 'name',
valueField: 'id', valueField: 'id',
childrenField: 'children', childrenField: 'children',