yangys
2025-09-20 8e3b638a35f6b7649c7ba8a322fd0a15f845efcf
src/views/flow/donelist.vue
@@ -44,12 +44,12 @@
                labelWidth: 100,
                span: 8,
                column: [
                    {
                        label: '流程类型',
                        prop: 'processDefinitionKey',
                   {
                        label: '流程名称',
                        prop: '',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.processDefinitionKey)
                        },
                            return h('p',{'class': 'margin0'}, row?.variables?.myProcessName)
                        }
                    },
                    {
                        label: '创建时间',
@@ -65,13 +65,7 @@
                            return h('p',{'class': 'margin0'}, row?.variables?.title)
                        }
                    },
                    {
                        label: '流程名称',
                        prop: 'processDefinitionName',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.processDefinitionName)
                        }
                    },
                    {
                        label: '批次号',
                        prop: 'variables.craftEdition',
@@ -175,6 +169,13 @@
                        prop: 'programPackageName',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.programPackageName || '');
                        }
                    },
                    {
                        label: '临时更改单号',
                        prop: '',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.deviation || '');
                        }
                    },
                ],
@@ -319,6 +320,7 @@
                        label: '文件',
                        width: 200,
                        prop: 'file',
                         showOverflowTooltip:true,
                    },
                ],
            },