diff --git a/src/views/workCenter/processConfig/ProcessConfig.vue b/src/views/workCenter/processConfig/ProcessConfig.vue index 8cd86695..fc5c7fd1 100644 --- a/src/views/workCenter/processConfig/ProcessConfig.vue +++ b/src/views/workCenter/processConfig/ProcessConfig.vue @@ -74,19 +74,19 @@ export default { { text: this.$t('workCenter.processConfig.editFlowchart'), clickEvent: 'handleEditFlowchart', - has: '' + has: 'processConfig:editFlowchart' }, // 编辑流程节点 { text: this.$t('workCenter.processConfig.editFlowNode'), clickEvent: 'handleEditFlowNode', - has: '' + has: 'processConfig:editFlowNode' }, // 部署 { text: this.$t('workCenter.processConfig.deploy'), clickEvent: 'handleDeploy', - has: '' + has: 'processConfig:deploy' } ] }