fix 81578
This commit is contained in:
@@ -74,19 +74,19 @@ export default {
|
|||||||
{
|
{
|
||||||
text: this.$t('workCenter.processConfig.editFlowchart'),
|
text: this.$t('workCenter.processConfig.editFlowchart'),
|
||||||
clickEvent: 'handleEditFlowchart',
|
clickEvent: 'handleEditFlowchart',
|
||||||
has: ''
|
has: 'processConfig:editFlowchart'
|
||||||
},
|
},
|
||||||
// 编辑流程节点
|
// 编辑流程节点
|
||||||
{
|
{
|
||||||
text: this.$t('workCenter.processConfig.editFlowNode'),
|
text: this.$t('workCenter.processConfig.editFlowNode'),
|
||||||
clickEvent: 'handleEditFlowNode',
|
clickEvent: 'handleEditFlowNode',
|
||||||
has: ''
|
has: 'processConfig:editFlowNode'
|
||||||
},
|
},
|
||||||
// 部署
|
// 部署
|
||||||
{
|
{
|
||||||
text: this.$t('workCenter.processConfig.deploy'),
|
text: this.$t('workCenter.processConfig.deploy'),
|
||||||
clickEvent: 'handleDeploy',
|
clickEvent: 'handleDeploy',
|
||||||
has: ''
|
has: 'processConfig:deploy'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user