Commit 0a699746 authored by renjintao's avatar renjintao

task

parent d17b5900
......@@ -241,18 +241,18 @@ export default {
click: () => this.updatepart(params.row.id, 1)
}
}),
h('op', {
attrs: {
icon: "ios-pause",
type: "icon",
title: "暂停",
//color: "#19be6b",
//disable: params.row.status == 1 ? false : true
},
on: {
click: () => this.updatepart(params.row.id, 2)
}
}),
// h('op', {
// attrs: {
// icon: "ios-pause",
// type: "icon",
// title: "暂停",
// //color: "#19be6b",
// //disable: params.row.status == 1 ? false : true
// },
// on: {
// click: () => this.updatepart(params.row.id, 2)
// }
// }),
h('op', {
attrs: {
icon: "md-checkbox-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