From 9193b404889abb7aee7598e18ce2949573250ef4 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 18 九月 2025 23:14:44 +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