|
|
|
@ -83,6 +83,15 @@ export default {
|
|
|
|
return h('div',{
|
|
|
|
return h('div',{
|
|
|
|
style: {
|
|
|
|
style: {
|
|
|
|
cursor: 'pointer'
|
|
|
|
cursor: 'pointer'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
on: {
|
|
|
|
|
|
|
|
click: _ => {
|
|
|
|
|
|
|
|
window.open(
|
|
|
|
|
|
|
|
`${process.env.VUE_APP_OUT_OLD}/flow/view/${row.id}?auth_token=${this.$store.getters.oa_token}`,
|
|
|
|
|
|
|
|
"",
|
|
|
|
|
|
|
|
`top=${this.window.top},left=${this.window.left},width=${this.window.width},height=${this.window.height},location=0`
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},[
|
|
|
|
},[
|
|
|
|
h('span',{
|
|
|
|
h('span',{
|
|
|
|
|