|
|
|
@ -11,6 +11,7 @@ |
|
|
|
部署的流程不显示?请查看使用文档或到 模型设计中配置权限。 |
|
|
|
部署的流程不显示?请查看使用文档或到 模型设计中配置权限。 |
|
|
|
</el-tag> |
|
|
|
</el-tag> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
<!-- dynamicRoute --> |
|
|
|
<template #menu="{ row }"> |
|
|
|
<template #menu="{ row }"> |
|
|
|
<el-button |
|
|
|
<el-button |
|
|
|
v-if="permission.wf_process_start_flow" |
|
|
|
v-if="permission.wf_process_start_flow" |
|
|
|
@ -18,7 +19,7 @@ |
|
|
|
type="primary" |
|
|
|
type="primary" |
|
|
|
size="default" |
|
|
|
size="default" |
|
|
|
icon="el-icon-video-play" |
|
|
|
icon="el-icon-video-play" |
|
|
|
@click="dynamicRoute(row, 'start')" |
|
|
|
@click="dynamicDialog(row, 'start')" |
|
|
|
> |
|
|
|
> |
|
|
|
发起 |
|
|
|
发起 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
|