123
gaoshp
23 小时以前 363592eb2c5020ff7ef9747b9aa22bc793ad3297
123
已修改1个文件
9 ■■■■■ 文件已修改
src/views/flowmgr/processQuery.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/processQuery.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2025-06-18 09:17:09
 * @LastEditors: gaoshp
 * @LastEditTime: 2025-07-22 22:50:53
 * @LastEditTime: 2025-07-22 22:54:40
 * @FilePath: /mdmweb/src/views/flowmgr/processQuery.vue
-->
<template>
@@ -18,11 +18,12 @@
                </el-button>
            </template>
            <template #menu="scope">
                <el-button type="danger" text size="default" @click.stop="handleAction(scope.row, scope.index, 0)">删除
                </el-button>
                <el-button type="danger" text size="default" v-if="scope.row.processDefinitionKey === 'dispatch'"
                <el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'dispatch'"
                    @click.stop="handleAction(scope.row, scope.index, 1)">审批表打印
                </el-button>
                <el-button type="danger" text size="default" @click.stop="handleAction(scope.row, scope.index, 0)">删除
                </el-button>
            </template>
        </avue-crud>
        <el-dialog title="指派" append-to-body v-model="reassignBox" width="30%">