fix 81578
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user