mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
fix(projects): 修复权限字符显示逻辑错误问题
This commit is contained in:
@ -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')" />
|
||||
|
Reference in New Issue
Block a user