fix:【ele】【mall】商品列表的“商品分类”不展示的问题,对应 https://t.zsxq.com/JCOWV
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user