mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
fix(tree-select): replaceFields to fieldNames,close #1423
This commit is contained in:
@@ -104,8 +104,8 @@ export const formSchema: FormSchema[] = [
|
||||
label: '上级菜单',
|
||||
component: 'TreeSelect',
|
||||
componentProps: {
|
||||
replaceFields: {
|
||||
title: 'menuName',
|
||||
fieldNames: {
|
||||
label: 'menuName',
|
||||
key: 'id',
|
||||
value: 'id',
|
||||
},
|
||||
|
Reference in New Issue
Block a user