From 72288e23529e449c49bf1e2b90084473d5d9d654 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 18 八月 2025 21:08:03 +0800
Subject: [PATCH] 1加日期

---
 src/views/flowmgr/processQuery2.vue |   32 +++++++++++++-------------------
 1 files changed, 13 insertions(+), 19 deletions(-)

diff --git a/src/views/flowmgr/processQuery2.vue b/src/views/flowmgr/processQuery2.vue
index 84c1a16..7ef1d56 100644
--- a/src/views/flowmgr/processQuery2.vue
+++ b/src/views/flowmgr/processQuery2.vue
@@ -91,22 +91,22 @@
                 index: true,
                 selection: true,
 
-                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',
                         },
                     },
                     {
@@ -313,11 +313,11 @@
                 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: '鍒涘缓鏃堕棿',
@@ -333,13 +333,7 @@
                             return h('p',{'class': 'margin0'}, row?.variables?.title)
                         }
                     },
-                    {
-                        label: '娴佺▼鍚嶇О',
-                        prop: '',
-                        render: ({ row }) => {
-                            return h('p',{'class': 'margin0'}, row?.variables.myProcessName)
-                        }
-                    },
+                    
                     {
                         label: '宸ヨ壓鐗堟',
                         prop: 'variables.craftEdition',
@@ -642,7 +636,7 @@
                 createTimeBegin: params.createTimeBegin || undefined,
                 createTimeEnd: params.createTimeEnd || undefined,
                 keyword: params.keyword || undefined,
-                processDefinitionKey: params.processDefinitionKey || undefined
+                myProcessName: params.myProcessName || undefined
             }
             this.query = data
             this.onLoad(this.page, data);
@@ -656,7 +650,7 @@
                 createTimeBegin: params.createTimeBegin,
                 createTimeEnd: params.createTimeEnd,
                 keyword: params.keyword || '',
-                processDefinitionKey: params.processDefinitionKey || ''
+                myProcessName: params.myProcessName || ''
             }
             this.onLoad(this.page, data);
             done();
@@ -680,7 +674,7 @@
                 createTimeBegin: params.createTimeBegin,
                 createTimeEnd: params.createTimeEnd,
                 keyword: params.keyword || '',
-                processDefinitionKey: params.processDefinitionKey || ''
+                myProcessName: params.myProcessName || ''
             };
             this.loading = true;
             getList2(page.currentPage, page.pageSize, Object.assign(data, params)).then(res => {

--
Gitblit v1.9.3