From 1b8e13aff8f8ec5598d2db26c085847f51d63e12 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期一, 18 八月 2025 22:06:07 +0800
Subject: [PATCH] 时间
---
src/views/flowmgr/processQuery3.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/flowmgr/processQuery3.vue b/src/views/flowmgr/processQuery3.vue
index a3f0817..8f2b433 100644
--- a/src/views/flowmgr/processQuery3.vue
+++ b/src/views/flowmgr/processQuery3.vue
@@ -91,22 +91,22 @@
index: true,
selection: true,
- 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',
},
},
{
--
Gitblit v1.9.3