fix 81578

This commit is contained in:
赵霄
2024-02-02 11:37:06 +08:00
parent 79d440b082
commit cc201534e6
@@ -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'
}
]
}