commit(index, row)" :key="row.id" :threshold="60" duration="500"
:options="row.code === 1?[ {
text: '催办',
style: {
backgroundColor: '#3c9cff'
}
}, {
text: '撤销',
style: {
backgroundColor: '#f56c6c'
}
}, {
text: '历史',
style: {
backgroundColor: '#5ac725'
}
}]:row.code === 3 || row.code === 4 ?[{
text: '历史',
style: {
backgroundColor: '#5ac725'
}
},{
text: '编辑',
style: {
backgroundColor: '#3c9cff'
}
}]:[{
text: '历史',
style: {
backgroundColor: '#5ac725'
}
}]">
标题:{{row.vars.title}}
当前环节:{{row.taskName}}
执行时间:{{row.startTime | formatDate}}