mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
feat: okr信息面板新增"打开OKR"按钮
This commit is contained in:
parent
dd7e24850d
commit
89260dc751
@ -785,6 +785,9 @@ export default {
|
|||||||
if (this.dialogData.group_type === 'task') {
|
if (this.dialogData.group_type === 'task') {
|
||||||
array.push({type: 'task', label: '打开任务'})
|
array.push({type: 'task', label: '打开任务'})
|
||||||
}
|
}
|
||||||
|
if (this.dialogData.group_type === 'okr') {
|
||||||
|
array.push({type: 'okr', label: '打开OKR'})
|
||||||
|
}
|
||||||
return array
|
return array
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user