chore: 菜单图标的提示信息
This commit is contained in:
parent
60d513ce40
commit
d10f950b6b
@ -180,8 +180,15 @@ export const drawerSchema: FormSchemaGetter = () => [
|
|||||||
show: (values) => values.menuType !== 'F',
|
show: (values) => values.menuType !== 'F',
|
||||||
triggerFields: ['menuType'],
|
triggerFields: ['menuType'],
|
||||||
},
|
},
|
||||||
|
renderComponentContent: () => ({
|
||||||
|
addonAfter: () => (
|
||||||
|
<a href="https://icon-sets.iconify.design/" target="_blank">
|
||||||
|
搜索图标
|
||||||
|
</a>
|
||||||
|
),
|
||||||
|
}),
|
||||||
fieldName: 'icon',
|
fieldName: 'icon',
|
||||||
help: '选择或者从 https://icon-sets.iconify.design/ 查找名称粘贴',
|
help: '点击搜索图标跳转到iconify & 粘贴',
|
||||||
label: '菜单图标',
|
label: '菜单图标',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user