fix(projects): 修复权限字符显示逻辑错误问题
This commit is contained in:
parent
94d1863ef3
commit
0ac0a093a4
@ -404,7 +404,7 @@ function onCreate() {
|
|||||||
:placeholder="$t('page.system.menu.placeholder.queryIframe')"
|
:placeholder="$t('page.system.menu.placeholder.queryIframe')"
|
||||||
/>
|
/>
|
||||||
</NFormItemGi>
|
</NFormItemGi>
|
||||||
<NFormItemGi :span="24" path="perms">
|
<NFormItemGi v-if="!isCatalog" :span="24" path="perms">
|
||||||
<template #label>
|
<template #label>
|
||||||
<div class="flex-center">
|
<div class="flex-center">
|
||||||
<FormTip :content="$t('page.system.menu.permsTip')" />
|
<FormTip :content="$t('page.system.menu.permsTip')" />
|
||||||
|
Loading…
Reference in New Issue
Block a user