From 597a7fa0913704552bd66e43cedad2dfc6572a98 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 17 八月 2025 16:01:58 +0800
Subject: [PATCH] 修改字段名

---
 src/views/flowmgr/programexport.vue |   37 ++++++++++++++++++++++++++++---------
 1 files changed, 28 insertions(+), 9 deletions(-)

diff --git a/src/views/flowmgr/programexport.vue b/src/views/flowmgr/programexport.vue
index 73d902b..17c7331 100644
--- a/src/views/flowmgr/programexport.vue
+++ b/src/views/flowmgr/programexport.vue
@@ -88,19 +88,29 @@
                         prop: 'title',
                     },
                     {
-                        label: '鍥惧彿',
+                        label: '闆剁粍浠跺彿',
                         prop: 'drawingNo',
                     },
                     {
-                        label: '鍥惧彿鐗堟',
-                        prop: 'drawingNoEdition',
+                        label: '宸ュ簭鍙�',
+                        prop: 'processNo',
+                    },
+                    
+                    {
+                        label: '宸ュ簭鐗堟',
+                        prop: 'processEdition',
                     },
                     {
                         label: '宸ュ簭鍚嶇О',
                         prop: 'processName',
                     },
                     {
-                        label: '绋嬪簭鍚嶇О',
+                        label: '鍥惧彿鐗堟',
+                        prop: 'drawingNoEdition',
+                    },
+                    
+                    {
+                        label: '绋嬪簭鍖呭悕',
                         prop: 'name',
                         search: true,
                     },
@@ -146,19 +156,28 @@
                         prop: 'title',
                     },
                     {
-                        label: '鍥惧彿',
+                        label: '闆剁粍浠跺彿',
                         prop: 'drawingNo',
                     },
                     {
-                        label: '鍥惧彿鐗堟',
-                        prop: 'drawingNoEdition',
+                        label: '宸ュ簭鍙�',
+                        prop: 'processNo',
+                    },
+                    {
+                        label: '宸ュ簭鐗堟',
+                        prop: 'processEdition',
                     },
                     {
                         label: '宸ュ簭鍚嶇О',
                         prop: 'processName',
                     },
                     {
-                        label: '绋嬪簭鍚嶇О',
+                        label: '鍥惧彿鐗堟',
+                        prop: 'drawingNoEdition',
+                    },
+                    
+                    {
+                        label: '绋嬪簭鍖呭悕',
                         prop: 'name',
                         search: true,
                     },
@@ -274,7 +293,7 @@
                     {},
                     {ids: this.selection.map(item => item.id)},
                 ).then(res => {
-				    //console.log('status='+res.status)
+				    console.log('status='+res.status)
 					if(res.status == 200){
 					   //console.log(res.data);
 						

--
Gitblit v1.9.3