From d10f950b6bc0fab4864e6b5f1486cbc4745c40b4 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 10 Oct 2024 13:31:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=8F=9C=E5=8D=95=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/menu/data.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: '菜单图标', }, {