mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-04 04:45:28 +08:00
v3.8.1发布,上传前端代码
This commit is contained in:
@ -255,6 +255,9 @@ export const formSchema: FormSchema[] = [
|
||||
label: '菜单图标',
|
||||
component: 'IconPicker',
|
||||
ifShow: ({ values }) => !isButton(values.menuType),
|
||||
componentProps: {
|
||||
allowClear: true
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'sortNo',
|
||||
|
||||
Reference in New Issue
Block a user