From 2781142ab67deba83925da706ca26b7f8ea1a759 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 04 九月 2025 15:42:24 +0800
Subject: [PATCH] 审批用户列表改为树形
---
src/views/flowmgr/processQuery3.vue | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/src/views/flowmgr/processQuery3.vue b/src/views/flowmgr/processQuery3.vue
index a3f0817..e9ce7ea 100644
--- a/src/views/flowmgr/processQuery3.vue
+++ b/src/views/flowmgr/processQuery3.vue
@@ -85,28 +85,29 @@
// simplePage: true,
searchShow: true,
searchMenuSpan: 7,
+ searchEnter:true,
dialogWidth: '70%',
// tree: true,
border: true,
index: true,
- selection: true,
+ selection: false,
- 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',
},
},
{
@@ -161,7 +162,7 @@
}
},
{
- label: '宸ヨ壓鐗堟',
+ label: '鎵规鍙�',
prop: 'variables.craftEdition',
width: 80,
render: ({ row }) => {
@@ -341,7 +342,7 @@
}
},
{
- label: '宸ヨ壓鐗堟',
+ label: '鎵规鍙�',
prop: 'variables.craftEdition',
render: ({ row }) => {
return h('p',{'class': 'margin0'}, row?.variables?.craftEdition || '');
--
Gitblit v1.9.3