Commit fe93a469 authored by renjintao's avatar renjintao

task

parent 5b032239
......@@ -1146,11 +1146,10 @@ html [type=button] {
width: 28px;
height: 28px;
line-height: 28px;
margin: 0px 0 0 -4px;
margin: 0px 0 0 0;
border-radius: 50%;
color: #515A6E;
background: #F5F6FA;
.ivu-icon {
font-weight: bold;
font-size: 18px;
......
......@@ -260,6 +260,17 @@ export default {
click: () => this.edit(params.row.id)
}
}),
h('op', {
attrs: {
icon: "ios-pause",
type: "icon",
title: "暂停",
color: "#19be6b",
},
on: {
click: () => this.edit(params.row.id)
}
}),
h('op', {
attrs: {
icon: "ios-create-outline",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment