From ce70bd97c7f2577f0978b39b9da1ccdd8d5b768f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 19 九月 2025 22:50:14 +0800
Subject: [PATCH] 机床增加设备编号

---
 src/views/flow/donelist.vue |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/src/views/flow/donelist.vue b/src/views/flow/donelist.vue
index f1c7fe1..0d5d503 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',
@@ -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: {},

--
Gitblit v1.9.3