|
|
|
|
@ -21,17 +21,20 @@ |
|
|
|
|
</el-radio-group> |
|
|
|
|
</template> |
|
|
|
|
<template #menu="scope"> |
|
|
|
|
<el-button type="text" |
|
|
|
|
<el-button type="primary" |
|
|
|
|
text |
|
|
|
|
icon="el-icon-refresh" |
|
|
|
|
v-if="permission.flow_manager_state" |
|
|
|
|
@click.stop="handleState(scope.row,scope.index)">变更状态 |
|
|
|
|
</el-button> |
|
|
|
|
<el-button type="text" |
|
|
|
|
<el-button type="primary" |
|
|
|
|
text |
|
|
|
|
icon="el-icon-search" |
|
|
|
|
v-if="permission.flow_manager_image" |
|
|
|
|
@click.stop="handleImage(scope.row,scope.index)">流程图 |
|
|
|
|
</el-button> |
|
|
|
|
<el-button type="text" |
|
|
|
|
<el-button type="primary" |
|
|
|
|
text |
|
|
|
|
icon="el-icon-delete" |
|
|
|
|
v-if="permission.flow_manager_remove" |
|
|
|
|
@click.stop="handleSlotDelete(scope.row,scope.index)">删除 |
|
|
|
|
|