Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-operation-4
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
达摩4.0重构
haoban-operation-4
Commits
653c401e
Commit
653c401e
authored
Sep 02, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 调整列表样式
parent
e8c7f4b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
menu-list.vue
src/views/permission/menu-config/menu-list.vue
+4
-4
No files found.
src/views/permission/menu-config/menu-list.vue
View file @
653c401e
...
...
@@ -10,10 +10,10 @@
@
change=
"getMenuList"
></el-input>
<el-button
type=
"primary"
style=
"float:right;margin-left:10px"
@
click=
"onEditMenu()"
>
新建节点
</el-button>
<el-button
type=
"primary"
style=
"float:right;"
@
click=
"onExpandChange"
>
收起/展开子节点
</el-button>
<el-table
style=
"margin-top:20px"
v-if=
"showTable"
:data=
"menuList"
:default-expand-all=
"expand"
row-key=
"menuId"
>
<el-table-column
label=
"节点名称"
prop=
"menuName"
:formatter=
"(row, col, val) => val || '--'"
></el-table-column>
<el-table-column
label=
"页面code"
prop=
"code"
:formatter=
"(row, col, val) => val || '--'"
></el-table-column>
<el-table-column
label=
"父级code"
prop=
"parentCode"
:formatter=
"(row, col, val) => val || '--'"
></el-table-column>
<el-table
style=
"margin-top:20px"
v-if=
"showTable"
:data=
"menuList"
:default-expand-all=
"expand"
row-key=
"menuId"
tooltip-effect=
"dark"
>
<el-table-column
label=
"节点名称"
prop=
"menuName"
show-overflow-tooltip
:formatter=
"(row, col, val) => val || '--'"
></el-table-column>
<el-table-column
label=
"页面code"
prop=
"code"
show-overflow-tooltip
:formatter=
"(row, col, val) => val || '--'"
></el-table-column>
<el-table-column
label=
"父级code"
prop=
"parentCode"
show-overflow-tooltip
:formatter=
"(row, col, val) => val || '--'"
></el-table-column>
<el-table-column
:label=
"appType == 1 ? '好办版本' : '应用版本'"
prop=
"hbVersion"
:formatter=
"(row, col, val) => val || '--'"
></el-table-column>
<el-table-column
label=
"操作"
width=
"320px"
>
<template
slot-scope=
"
{ row }">
...
...
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