Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_sys_web
Project
Project
Details
Activity
Releases
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
张伯涛
91isoft_sys_web
Commits
595092d9
Commit
595092d9
authored
Jul 11, 2022
by
zhangyichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug 56478 菜单管理-是否外链单选框没有回显
parent
50ec55d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/system/menu/index.vue
+4
-4
No files found.
src/views/system/menu/index.vue
View file @
595092d9
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container
-menu
"
>
<el-form
style=
"padding: 0 0 0 10px"
:inline=
"true"
>
<el-form-item
label=
"菜单名称"
>
<el-input
...
...
@@ -191,8 +191,8 @@
<el-col
:span=
"12"
style=
"margin-right: 1px"
>
<el-form-item
v-if=
"form.menuType !== 'F'"
label=
"是否外链"
>
<el-radio-group
v-model=
"form.isFrame"
>
<el-radio
label=
"0"
>
是
</el-radio>
<el-radio
label=
"1"
>
否
</el-radio>
<el-radio
:
label=
"0"
>
是
</el-radio>
<el-radio
:
label=
"1"
>
否
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
...
...
@@ -582,7 +582,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.app-container
{
.app-container
-menu
{
font-size
:
18px
;
padding
:
0
;
.placeholder
{
...
...
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