From eaa5675087307205071285d74bc3cc5e9ea94909 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 18 九月 2025 22:26:55 +0800
Subject: [PATCH] 修改偏离单文本
---
src/views/flow/donelist.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/flow/donelist.vue b/src/views/flow/donelist.vue
index ef9df3b..f1c7fe1 100644
--- a/src/views/flow/donelist.vue
+++ b/src/views/flow/donelist.vue
@@ -116,9 +116,9 @@
},
{
label: '杩囩▼鍗″彿',
- prop: 'empty',
+ prop: '',
render: ({ row }) => {
- return h('p',{'class': 'margin0'}, row?.variables?.empty || '');
+ return h('p',{'class': 'margin0'}, row?.variables?.processCard || '');
}
},
{
@@ -211,7 +211,7 @@
{
label: '鐘舵��',
prop: 'status',
- //cleerable:true,
+ hide: true,
search: true,
type: 'select',
dicData: [
--
Gitblit v1.9.3