showRightMenu(e,node,data)">
{{ node.label }}
handleUpdateProject(node,data,'edit')"
@removeBom="()=> bomRemove(node,data)"
@stageRemove="()=> stageRemove(node,data)"
@addBOM="()=> addOrEditBOM('add',node,data)"
@editBOM="()=> addOrEditBOM('edit',node,data)"
@addPlan="()=> handleAddPlan('add',node,data)"
@editPlan="()=> handleAddPlan('edit',node,data,'plan')"
@addTask="()=> handleAddTask('add',node,data)"
@handleTermination="()=> handleStatus(projectsTerminationAPI,'确定终止该项目吗?',node,data)"
@handlePause="()=> handleStatus(projectsPauseAPI,'确定暂停该项目吗',node,data)"
@handleStartup="()=> handleStatus(projectsStartupAPI,'确定启动该项目吗',node,data)"
@handleFinish="()=> handleStatus(projectsFinishAPI,'确定完成该项目吗',node,data)"
@handleBomTermination="()=> handleStatus(projectsBomTerminationAPI,'确定终止该BOM吗?',node,data)"
@handleBomPause="()=> handleStatus(projectsBomPauseAPI,'确定暂停该BOM吗',node,data)"
@handleBomStartup="()=> handleStatus(projectsBomStartupAPI,'确定启动该BOM吗',node,data)"
@handleBomFinish="()=> handleStatus(projectsBomFinishAPI,'确定完成该BOM吗',node,data)"
@handleStageTermination="()=> handleStatus(projectsStageTerminationAPI,'确定终止该项目阶段吗?',node,data)"
@handleStagePause="()=> handleStatus(projectsStagePauseAPI,'确定暂停该项目阶段吗',node,data)"
@handleStageStartup="()=> handleStatus(projectsStageStartupAPI,'确定启动该项目阶段吗',node,data)"
@handleStageFinish="()=> handleStatus(projectsStageFinishAPI,'确定完成该项目阶段吗',node,data)"
>