Commit 0a699746 authored by renjintao's avatar renjintao

task

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