commit(index, row)" :key="row.id" :threshold="60" duration="500"
:options="row.back?[ {
text: '撤回',
style: {
backgroundColor: '#f56c6c'
}
}, {
text: '历史',
style: {
backgroundColor: '#5ac725'
}
}]:[ {
text: '历史',
style: {
backgroundColor: '#5ac725'
}
}]">
实例标题:{{row.vars.title}}
流程名称:{{row.processDefinitionName}}
任务:{{row.name}}
执行时间:{{row.createTime | formatDate}}