fix(projects): 修复权限字符显示逻辑错误问题
This commit is contained in:
parent
94d1863ef3
commit
0ac0a093a4
@ -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')" />
|
||||
|
Loading…
Reference in New Issue
Block a user