From e02fc11eae8978cb4b33cf8541697efae5eadaed Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 09 八月 2025 17:05:07 +0800
Subject: [PATCH] 修改文字
---
src/views/flowmgr/processQuery.vue | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 50 insertions(+), 3 deletions(-)
diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 11dfb83..5d014dc 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -80,7 +80,7 @@
search: true,
searchType: 'select',
hide: true,
- dicUrl: `/blade-mdm/dict/dictionary?code=flow`,
+ dicUrl: `/blade-mdm/system/dict/dictionary?code=flow`,
props: {
label: 'dictValue',
value: 'remark',
@@ -103,6 +103,51 @@
searchType: 'input',
hide: true,
},
+ {
+ label: '娴佺▼鍚嶇О',
+ prop: 'processDefinitionName',
+ width: 80,
+ },
+ {
+ label: '鏍囬',
+ prop: '',
+ width: 150,
+ render: ({ row }) => {
+ return h('p',
+ {
+ attrs: {},
+ class: {},
+ style: {},
+ }, row?.variables?.title)
+ }
+ },
+ {
+ label: '鍥惧彿',
+ prop: '',
+ width: 100,
+ render: ({ row }) => {
+ return h('p',
+ {
+ attrs: {},
+ class: {},
+ style: {},
+ }, row?.variables?.drawingNo)
+ }
+ },
+ {
+ label: '浜у搧鍨嬪彿',
+ prop: '',
+ width: 100,
+ render: ({ row }) => {
+ return h('p',
+ {
+ attrs: {},
+ class: {},
+ style: {},
+ }, row?.variables?.productModel)
+ }
+ },
+
{
label: '鏈哄簥',
prop: '',
@@ -118,7 +163,8 @@
{
label: '鍒涘缓浜�',
prop: 'startUserName',
- },
+ width: 80,
+ },/*
{
label: '宸ュ簭鍚嶇О',
prop: '',
@@ -130,7 +176,7 @@
style: {},
}, row?.variables?.processName)
}
- },
+ },*/
{
label: '鍒涘缓鏃堕棿',
prop: 'processCreateTime',
@@ -138,6 +184,7 @@
{
label: '褰撳墠鑺傜偣',
prop: 'taskName',
+ width: 90
},
],
--
Gitblit v1.9.3