Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
164c6274
Commit
164c6274
authored
Dec 17, 2024
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化菜单管理切换Mini布局错乱问题
parent
4ee169b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
index.vue
ruoyi-ui/src/views/system/menu/index.vue
+14
-0
No files found.
ruoyi-ui/src/views/system/menu/index.vue
View file @
164c6274
...
...
@@ -117,6 +117,8 @@
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"菜单类型"
prop=
"menuType"
>
<el-radio-group
v-model=
"form.menuType"
>
...
...
@@ -126,6 +128,8 @@
</el-radio-group>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"24"
v-if=
"form.menuType != 'F'"
>
<el-form-item
label=
"菜单图标"
prop=
"icon"
>
<el-popover
...
...
@@ -147,6 +151,8 @@
</el-popover>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"菜单名称"
prop=
"menuName"
>
<el-input
v-model=
"form.menuName"
placeholder=
"请输入菜单名称"
/>
...
...
@@ -157,6 +163,8 @@
<el-input-number
v-model=
"form.orderNum"
controls-position=
"right"
:min=
"0"
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
v-if=
"form.menuType != 'F'"
>
<el-form-item
prop=
"isFrame"
>
<span
slot=
"label"
>
...
...
@@ -182,6 +190,8 @@
<el-input
v-model=
"form.path"
placeholder=
"请输入路由地址"
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
v-if=
"form.menuType == 'C'"
>
<el-form-item
prop=
"component"
>
<span
slot=
"label"
>
...
...
@@ -204,6 +214,8 @@
</span>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
v-if=
"form.menuType == 'C'"
>
<el-form-item
prop=
"query"
>
<el-input
v-model=
"form.query"
placeholder=
"请输入路由参数"
maxlength=
"255"
/>
...
...
@@ -229,6 +241,8 @@
</el-radio-group>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
v-if=
"form.menuType != 'F'"
>
<el-form-item
prop=
"visible"
>
<span
slot=
"label"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment