fix(projects): 修复权限字符显示逻辑错误问题

This commit is contained in:
AN 2025-06-18 14:02:50 +08:00
parent 94d1863ef3
commit 0ac0a093a4

View File

@ -404,7 +404,7 @@ function onCreate() {
:placeholder="$t('page.system.menu.placeholder.queryIframe')"
/>
</NFormItemGi>
<NFormItemGi :span="24" path="perms">
<NFormItemGi v-if="!isCatalog" :span="24" path="perms">
<template #label>
<div class="flex-center">
<FormTip :content="$t('page.system.menu.permsTip')" />