Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-template
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
张伯涛
web-template
Commits
01e4a88e
Commit
01e4a88e
authored
Jan 06, 2021
by
yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹窗布局 杨帆
parent
d0f3472f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/system/menu/index.vue
+5
-5
No files found.
src/views/system/menu/index.vue
View file @
01e4a88e
...
@@ -184,6 +184,11 @@
...
@@ -184,6 +184,11 @@
<el-input-number
v-model=
"form.orderNum"
style=
"width: 88%"
controls-position=
"right"
:min=
"0"
/>
<el-input-number
v-model=
"form.orderNum"
style=
"width: 88%"
controls-position=
"right"
:min=
"0"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
v-if=
"form.menuType !== 'm'"
label=
"权限标识"
>
<el-input
v-model
.
trim=
"form.perms"
style=
"width: 95%"
show-word-limit
maxlength=
"50"
placeholder=
"请权限标识"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
style=
"margin-right: 1px"
>
<el-col
:span=
"12"
style=
"margin-right: 1px"
>
<el-form-item
v-if=
"form.menuType !== 'f'"
label=
"是否外链"
>
<el-form-item
v-if=
"form.menuType !== 'f'"
label=
"是否外链"
>
<el-radio-group
v-model=
"form.isFrame"
>
<el-radio-group
v-model=
"form.isFrame"
>
...
@@ -200,11 +205,6 @@
...
@@ -200,11 +205,6 @@
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
v-if=
"form.menuType !== 'm'"
label=
"权限标识"
>
<el-input
v-model
.
trim=
"form.perms"
show-word-limit
maxlength=
"50"
placeholder=
"请权限标识"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
v-if=
"form.menuType !== 'f'"
label=
"显示状态"
>
<el-form-item
v-if=
"form.menuType !== 'f'"
label=
"显示状态"
>
<el-radio-group
v-model=
"form.visible"
>
<el-radio-group
v-model=
"form.visible"
>
...
...
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