yangys
2025-09-09 729b698b17d7468acbc6c495746a72c9150fdaeb
src/views/flowmgr/exceptiontask.vue
@@ -2,7 +2,7 @@
 * @Date: 2025-06-18 09:17:09
 * @LastEditors: yangys
 * @LastEditTime: 2025-08-13 21:23:34
 * @FilePath: /mdmweb/src/views/tasks/machinereturnfileop.vue
 * @FilePath: /mdmweb/src/views/tasks/exceptiontask.vue
-->
<template>
    <basic-container>
@@ -20,8 +20,12 @@
                </el-button>
                <el-button type="primary" text size="default" icon="el-icon-delete" @click.stop="handleDel(scope.row, scope.index)">删除</el-button>
            </template>
            <template slot="errMsg" slot-scope="scope">
               <avue-text-ellipsis :text="scope.row.errMsg" :height="100">
                    <small slot=""more>...</small>
               </avue-text-ellipsis>
            </template>
        </avue-crud>
    </basic-container>
</template>
@@ -73,6 +77,7 @@
                    },
                    {
                        label: '工序号',
                        width: 70,
                        prop: 'processNo'
                    },
                    {
@@ -80,7 +85,7 @@
                        prop: 'processEdition'
                    },
                    {
                        label: '图号版次',
                        label: '图纸版次',
                        prop: 'drawingNoEdition'
                    },
                    {
@@ -92,7 +97,8 @@
                        prop: 'processName',
                    },
                    {
                        label: '工艺班次',
                        label: '批次号',
                        width:85,
                        prop: 'craftEdition'
                    },
                    {
@@ -113,29 +119,29 @@
                                     txt = '验证失败'
                                    break;
                                case 5:
                                     txt = '5:启动异常'
                                     txt = '启动异常'
                                    break;
                                default:
                                    txt = '';
                            }
                           
                            return txt;
                            /*
                            3:重复派工;4,验证失败,5:启动异常
                                return h('p',
                                    {
                                        attrs: {},
                                        class: {},
                                        style: {},
                                    }, row?.variables?.title)
                                    */
                        },
                    },
                    {
                        label: '错误信息',
                        prop: 'errMsg',
                        slot: true,
                        showOverflowTooltip:true,
                        width:100,
                    },
               {
                        label: '创建时间',
                        prop: 'createTime',
                        type: 'datetime',
                        showOverflowTooltip:true,
                        width: 155,
                        format: 'YYYY-MM-DD HH:mm:ss',
                        valueFormat: 'YYYY-MM-DD HH:mm:ss',
                        search: true,