From 5936ff2e0ff9767bdd5f38bef52dfcf192748102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E4=BC=AF=E8=A8=80?= Date: Mon, 20 Jul 2026 00:20:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B3=BB=E7=BB=9F=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=B8=8A=E7=BA=A7=E8=8F=9C=E5=8D=95=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=98=BE=E7=A4=BA=E5=90=8D=E7=A7=B0=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit antdv-next TreeSelect组件没有title插槽 --- playground/src/views/system/menu/modules/form.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/playground/src/views/system/menu/modules/form.vue b/playground/src/views/system/menu/modules/form.vue index 815c4c14..44fa1539 100644 --- a/playground/src/views/system/menu/modules/form.vue +++ b/playground/src/views/system/menu/modules/form.vue @@ -88,7 +88,13 @@ const schema: VbenFormSchema[] = [ label: $t('system.menu.parent'), renderComponentContent() { return { - title({ label, meta }: { label: string; meta: Recordable }) { + treeTitleRender({ + label, + meta, + }: { + label: string; + meta: Recordable; + }) { const coms = []; if (!label) return ''; if (meta?.icon) {