feat: okr信息面板新增"打开OKR"按钮

This commit is contained in:
ganzizi 2023-07-24 15:33:45 +08:00
parent dd7e24850d
commit 89260dc751

View File

@ -785,6 +785,9 @@ export default {
if (this.dialogData.group_type === 'task') {
array.push({type: 'task', label: '打开任务'})
}
if (this.dialogData.group_type === 'okr') {
array.push({type: 'okr', label: '打开OKR'})
}
return array
},