| | |
| | | </el-button> |
| | | </template> |
| | | <template #menu="scope"> |
| | | <el-button type="primary" text size="default" v-if="permission.flow_model_update" |
| | | @click.stop="handleAction(scope.row, scope.index)">审批 |
| | | <el-button type="primary" text size="default" @click.stop="handleAction(scope.row, scope.index)">审批 |
| | | </el-button> |
| | | </template> |
| | | </avue-crud> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | |
| | | applist: [], |
| | | assigneeData: [], |
| | | row: {}, |
| | |
| | | query: {}, |
| | | loading: true, |
| | | option: { |
| | | rowKey: "taskId", |
| | | addBtn: false, |
| | | editBtn: false, |
| | | delBtn: false, |
| | |
| | | ], |
| | | }, |
| | | { |
| | | label: '任务名称', |
| | | label: '流程名称', |
| | | prop: 'processDefinitionName', |
| | | width: 100, |
| | | }, |
| | | },/* |
| | | { |
| | | label: '流程类型', |
| | | width: 100, |
| | | prop: 'categoryName', |
| | | }, |
| | | },*/ |
| | | |
| | | { |
| | | label: '机床', |