fix: 系统菜单管理上级菜单无法显示名称的问题
antdv-next TreeSelect组件没有title插槽
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user