From fb2831158a3f2b744544c0b0e786c8a432ec1eaa Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 18 八月 2025 11:26:54 +0800
Subject: [PATCH] 调整流程查询流程名称对话框
---
src/views/flowmgr/programexport.vue | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/views/flowmgr/programexport.vue b/src/views/flowmgr/programexport.vue
index 3458c9a..17c7331 100644
--- a/src/views/flowmgr/programexport.vue
+++ b/src/views/flowmgr/programexport.vue
@@ -1,7 +1,7 @@
<!--
* @Date: 2025-06-20 20:48:17
- * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
- * @LastEditTime: 2025-08-11 16:34:15
+ * @LastEditors: gaoshp
+ * @LastEditTime: 2025-08-17 10:17:27
* @FilePath: /mdmweb/src/views/flowmgr/programexport.vue
-->
<template>
@@ -110,7 +110,7 @@
},
{
- label: '绋嬪簭鍚嶇О',
+ label: '绋嬪簭鍖呭悕',
prop: 'name',
search: true,
},
@@ -177,17 +177,19 @@
},
{
- label: '绋嬪簭鍚嶇О',
+ label: '绋嬪簭鍖呭悕',
prop: 'name',
search: true,
},
{
label: '閫氳繃鏃堕棿',
prop: 'createTime',
+ sortable: true,
},
{
label: '宸插姙鏃堕棿',
prop: 'updateTime',
+ sortable: true,
},
{
label: '閫氳繃鏃堕棿',
@@ -199,6 +201,7 @@
valueFormat: 'YYYY-MM-DD HH:mm:ss',
searchRange: true,
searchSpan: 8,
+ sortable: true,
},
],
}
--
Gitblit v1.9.3