Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
super-hive-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
front-end
super-hive-web
Commits
a387c6b8
Commit
a387c6b8
authored
Aug 07, 2020
by
wends
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update plop template
parent
a9961682
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
index.hbs
plop-templates/view/index.hbs
+5
-3
No files found.
plop-templates/view/index.hbs
View file @
a387c6b8
...
...
@@ -67,11 +67,12 @@
width=
"140px"
align=
"center"
>
<template
slot-scope=
"
props
"
>
<el-button
v-permission=
"'SysMgr_update'"
type=
"text"
@
click=
"editItem(props
.row)"
>
编辑
</el-button>
<template
slot-scope=
"
scope
"
>
<el-button
type=
"text"
@
click=
"editItem(scope
.row)"
>
编辑
</el-button>
<el-popconfirm
title=
"确定要删除此条记录吗?"
@
onConfirm=
"deleteItem(props.row.id)"
style=
"margin-left: 10px"
@
onConfirm=
"deleteItem(scope.row.id)"
>
<el-button
slot=
"reference"
type=
"text"
>
删除
</el-button>
</el-popconfirm>
...
...
@@ -97,6 +98,7 @@
width=
"700px"
>
<el-form
v-if=
"dialogVisible"
:model=
"addForm"
label-width=
"90px"
>
...
...
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