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
732f2c76
Commit
732f2c76
authored
Aug 07, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整字段
parent
b3450b0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
menu-list.vue
src/views/permission/menu-config/menu-list.vue
+1
-1
No files found.
src/views/permission/menu-config/menu-list.vue
View file @
732f2c76
...
...
@@ -19,7 +19,7 @@
<template
slot-scope=
"
{ row }">
<el-button
type=
"text"
@
click=
"onEditMenu(row)"
>
编辑
</el-button>
<el-button
type=
"text"
@
click=
"onEditMenu(row, true)"
>
新建子节点
</el-button>
<el-button
type=
"text"
@
click=
"toPermissionList(row)"
>
{{
row
.
operationItemFlag
==
1
?
'查看权限项'
:
'新建权限项'
}}
</el-button>
<el-button
type=
"text"
@
click=
"toPermissionList(row)"
>
编辑权限项
</el-button>
<el-button
type=
"text"
@
click=
"onDelMenu(row)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
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