mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 修复菜单本地图标显示问题
This commit is contained in:
@ -122,12 +122,12 @@ async function handleSubmit() {
|
||||
menuId,
|
||||
parentId,
|
||||
menuName,
|
||||
icon,
|
||||
orderNum,
|
||||
queryParam,
|
||||
isFrame,
|
||||
isCache,
|
||||
menuType,
|
||||
icon,
|
||||
visible: menuVisible,
|
||||
status,
|
||||
perms,
|
||||
@ -264,7 +264,7 @@ function onCreate() {
|
||||
</NInput>
|
||||
</template>
|
||||
<template v-if="iconType === '2'">
|
||||
<NSelect v-model:value="model.icon" placeholder="请选择本地图标" :options="localIconOptions" />
|
||||
<NSelect v-model:value="model.icon" placeholder="请选择本地图标" filterable :options="localIconOptions" />
|
||||
</template>
|
||||
</NFormItemGi>
|
||||
<NFormItemGi v-if="!isBtn" :span="24" path="path">
|
||||
|
Reference in New Issue
Block a user