From b685257a93ef18547fb6d381247bc19c4eb451b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Tue, 18 Aug 2026 12:51:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=85=A5=E5=8F=A3icon=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/system/home-zones/config/form.ts | 3 +- .../components/home-display-config-panel.vue | 261 ++++++++++++++++-- 2 files changed, 247 insertions(+), 17 deletions(-) diff --git a/apps/web-antd/src/views/system/home-zones/config/form.ts b/apps/web-antd/src/views/system/home-zones/config/form.ts index a60adae7..06d0241b 100644 --- a/apps/web-antd/src/views/system/home-zones/config/form.ts +++ b/apps/web-antd/src/views/system/home-zones/config/form.ts @@ -69,7 +69,8 @@ export const modalFormProps: VbenFormProps = { { component: 'Avatar', fieldName: 'icon', - label: '图标', + label: '入口图', + help: '患者端首页专区入口图,建议透明底。未上传时用默认矢量图。', defaultValue: '', }, { diff --git a/apps/web-antd/src/views/system/system-config/components/home-display-config-panel.vue b/apps/web-antd/src/views/system/system-config/components/home-display-config-panel.vue index 8ebb1128..dfa49598 100644 --- a/apps/web-antd/src/views/system/system-config/components/home-display-config-panel.vue +++ b/apps/web-antd/src/views/system/system-config/components/home-display-config-panel.vue @@ -1,27 +1,64 @@