diff --git a/apps/web-antd/src/views/system/menu/data.tsx b/apps/web-antd/src/views/system/menu/data.tsx index 3b320338..4c00484d 100644 --- a/apps/web-antd/src/views/system/menu/data.tsx +++ b/apps/web-antd/src/views/system/menu/data.tsx @@ -180,8 +180,15 @@ export const drawerSchema: FormSchemaGetter = () => [ show: (values) => values.menuType !== 'F', triggerFields: ['menuType'], }, + renderComponentContent: () => ({ + addonAfter: () => ( + + 搜索图标 + + ), + }), fieldName: 'icon', - help: '选择或者从 https://icon-sets.iconify.design/ 查找名称粘贴', + help: '点击搜索图标跳转到iconify & 粘贴', label: '菜单图标', }, {