From f97351a6f1fdc679f4956030d179dca843bbeb0c Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 27 十一月 2025 14:09:04 +0800
Subject: [PATCH] 审批界面增加pdf,图片预览功能

---
 src/views/flow/donelist.vue |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/src/views/flow/donelist.vue b/src/views/flow/donelist.vue
index ef9df3b..5031e67 100644
--- a/src/views/flow/donelist.vue
+++ b/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',
@@ -116,9 +110,9 @@
                     },
                     {
                         label: '杩囩▼鍗″彿',
-                        prop: 'empty',
+                        prop: '',
                         render: ({ row }) => {
-                            return h('p',{'class': 'margin0'}, row?.variables?.empty || '');
+                            return h('p',{'class': 'margin0'}, row?.variables?.processCard || '');
                         }
                     },
                     {
@@ -177,6 +171,13 @@
                             return h('p',{'class': 'margin0'}, row?.variables?.programPackageName || '');
                         }
                     },
+                    {
+                        label: '涓存椂鏇存敼鍗曞彿',
+                        prop: '',
+                        render: ({ row }) => {
+                            return h('p',{'class': 'margin0'}, row?.variables?.deviation || '');
+                        }
+                    },
                 ],
             },
             viewRow: {},
@@ -211,7 +212,7 @@
                     {
                         label: '鐘舵��',
                         prop: 'status',
-                        //cleerable:true,
+                        hide: true,
                         search: true,
                         type: 'select',
                         dicData: [
@@ -319,6 +320,7 @@
                         label: '鏂囦欢',
                         width: 200,
                         prop: 'file',
+                         showOverflowTooltip:true,
                     },
                 ],
             },

--
Gitblit v1.9.3