yangys
2025-09-02 d762a77d9238eef17c66c35b06955fca20160043
src/views/flowmgr/processQuery1.vue
@@ -20,14 +20,13 @@
                <!-- <el-button type="primary" plain @click="exportWebSite">导出回传涉密网</el-button> -->
                <!-- <el-button type="primary" plain @click="reassign">挂载车床程序库</el-button> -->
                <!-- <el-button type="primary" plain @click="exportExcel">导出到EXCEL</el-button> -->
                <el-button type="primary" plain @click="reassign">重新指派
                </el-button>
                <!-- <el-button type="primary" plain @click="reassign">重新指派</el-button>-->
            </template>
            <template #menu="scope">
                <el-button type="primary" text size="default" @click.stop="customView(scope.row, scope.index, 0)">查看
                </el-button>
                <el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'dispatch' || scope.row.processDefinitionKey === 'program-cure'"
                    @click.stop="handleApproveTable(scope.row, scope.index)">审批表打印
                    @click.stop="handleApproveTable(scope.row, scope.index)">审批表
                </el-button>
                <el-button type="danger" text size="default" @click.stop="handleDelete(scope.row, scope.index, 0)">删除
                </el-button>
@@ -149,7 +148,7 @@
               {
                        label: '流程名称',
                        prop: '',
                        width: 80,
                        width: 85,
                  render: ({ row }) => {
                            return h('p',
                                {
@@ -162,7 +161,7 @@
                    {
                        label: '批次号',
                        prop: 'variables.craftEdition',
                        width: 80,
                        width: 70,
                        render: ({ row }) => {
                            return h('span', {}, row?.variables?.craftEdition || '');
                        }
@@ -336,6 +335,7 @@
                    {
                        label: '批次号',
                        prop: 'variables.craftEdition',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.craftEdition || '');
                        }