diff --git a/frontend/src/components/business/ms-minders/caseReviewMinder/index.vue b/frontend/src/components/business/ms-minders/caseReviewMinder/index.vue index 30c5452e82..1a3409eedc 100644 --- a/frontend/src/components/business/ms-minders/caseReviewMinder/index.vue +++ b/frontend/src/components/business/ms-minders/caseReviewMinder/index.vue @@ -11,57 +11,56 @@ :can-show-more-menu="canShowFloatMenu" :can-show-enter-node="canShowEnterNode" :can-show-more-menu-node-operation="false" - :more-menu-other-operation-list="canShowEnterNode ? [] : moreMenuOtherOperationList" + :more-menu-other-operation-list="canShowFloatMenu ? moreMenuOtherOperationList : []" disabled @node-select="handleNodeSelect" @before-exec-command="handleBeforeExecCommand" >