fix: 系统菜单管理上级菜单无法显示名称的问题

antdv-next TreeSelect组件没有title插槽
This commit is contained in:
陆伯言
2026-07-20 00:20:00 +08:00
parent 0cd87c170f
commit 5936ff2e0f

View File

@@ -88,7 +88,13 @@ const schema: VbenFormSchema[] = [
label: $t('system.menu.parent'),
renderComponentContent() {
return {
title({ label, meta }: { label: string; meta: Recordable<any> }) {
treeTitleRender({
label,
meta,
}: {
label: string;
meta: Recordable<any>;
}) {
const coms = [];
if (!label) return '';
if (meta?.icon) {