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/flowmgr/processQuery3.vue |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/src/views/flowmgr/processQuery3.vue b/src/views/flowmgr/processQuery3.vue
index a3f0817..e71725c 100644
--- a/src/views/flowmgr/processQuery3.vue
+++ b/src/views/flowmgr/processQuery3.vue
@@ -85,28 +85,29 @@
                 // simplePage: true,
                 searchShow: true,
                 searchMenuSpan: 7,
+                searchEnter:true,
                 dialogWidth: '70%',
                 // tree: true,
                 border: true,
                 index: true,
-                selection: true,
+                selection: false,
 
-                menuWidth: 200,
+                menuWidth: 80,
                 // menu: false,
                 labelWidth: 90,
                 menuSpan: 6,
                 dialogClickModal: false,
                 column: [
                     {
-                        label: '娴佺▼绫诲瀷',
-                        prop: 'processDefinitionKey',
+                        label: '娴佺▼鍚嶇О',
+                        prop: 'myProcessName',
                         search: true,
                         searchType: 'select',
                         hide: true,
-                        dicUrl: `/blade-mdm/system/dict/dictionary?code=flow`,
+                        dicUrl: `/blade-system/dict-biz/dictionary?code=process_name`,
                         props: {
                             label: 'dictValue',
-                            value: 'remark',
+                            value: 'dictValue',
                         },
                     },
                     {
@@ -161,7 +162,7 @@
                         }
                     },
                     {
-                        label: '宸ヨ壓鐗堟',
+                        label: '鎵规鍙�',
                         prop: 'variables.craftEdition',
                         width: 80,
                         render: ({ row }) => {
@@ -210,8 +211,11 @@
                     },
                     {
                         label: '杩囩▼鍗″彿',
-                        prop: 'empty',
+                        prop: '',
                         width: 80,
+                        render: ({ row }) => {
+                            return h('p',{'class': 'margin0'}, row?.variables?.processCard || '');
+                        }
                     },
 					{
                         label: '鍥惧彿',
@@ -341,7 +345,7 @@
                         }
                     },
                     {
-                        label: '宸ヨ壓鐗堟',
+                        label: '鎵规鍙�',
                         prop: 'variables.craftEdition',
                         render: ({ row }) => {
                             return h('p',{'class': 'margin0'}, row?.variables?.craftEdition || '');
@@ -384,9 +388,9 @@
                     },
                     {
                         label: '杩囩▼鍗″彿',
-                        prop: 'empty',
+                        prop: '',
                         render: ({ row }) => {
-                            return h('p',{'class': 'margin0'}, row?.variables?.empty || '');
+                            return h('p',{'class': 'margin0'}, row?.variables?.processCard || '');
                         }
                     },
                     {
@@ -446,7 +450,7 @@
                         }
                     },
                     {
-                        label: '鍋忕鍗曞彿',
+                        label: '涓存椂鏇存敼鍗曞彿',
                         prop: '',
                         render: ({ row }) => {
                             return h('p',{'class': 'margin0'}, row?.variables?.deviation || '');

--
Gitblit v1.9.3