Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
front-backend
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
framework
front-backend
Commits
10b7a8c1
Commit
10b7a8c1
authored
May 11, 2020
by
ZhengJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[代码完善](v2.5): v2.5 beta 修复菜单管理按钮名称命名问题
2.5 Beta 详情:
https://www.ydyno.com/archives/1225.html
parent
38429e6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/system/menu/index.vue
+2
-2
No files found.
src/views/system/menu/index.vue
View file @
10b7a8c1
...
...
@@ -65,8 +65,8 @@
<el-form-item
v-if=
"form.type.toString() !== '2'"
label=
"菜单标题"
prop=
"title"
>
<el-input
v-model=
"form.title"
:style=
" form.type.toString() === '0' ? 'width: 450px' : 'width: 178px'"
placeholder=
"菜单标题"
/>
</el-form-item>
<el-form-item
v-
show=
"form.type.toString() === '2'"
label=
"按钮名称"
prop=
"nam
e"
>
<el-input
v-model=
"form.
nam
e"
placeholder=
"按钮名称"
style=
"width: 178px;"
/>
<el-form-item
v-
if=
"form.type.toString() === '2'"
label=
"按钮名称"
prop=
"titl
e"
>
<el-input
v-model=
"form.
titl
e"
placeholder=
"按钮名称"
style=
"width: 178px;"
/>
</el-form-item>
<el-form-item
v-show=
"form.type.toString() !== '0'"
label=
"权限标识"
prop=
"permission"
>
<el-input
v-model=
"form.permission"
:disabled=
"form.iframe"
placeholder=
"权限标识"
style=
"width: 178px;"
/>
...
...
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