fix:【ele】【mall】商品列表的“商品分类”不展示的问题,对应 https://t.zsxq.com/JCOWV
parent
0f864b22c1
commit
bc654c9d45
|
|
@ -32,7 +32,9 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
|||
componentProps: {
|
||||
placeholder: '请选择商品分类',
|
||||
clearable: true,
|
||||
options: categoryList,
|
||||
api: async () => {
|
||||
return categoryList;
|
||||
},
|
||||
labelField: 'name',
|
||||
valueField: 'id',
|
||||
childrenField: 'children',
|
||||
|
|
|
|||
Loading…
Reference in New Issue