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/backImport.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/flowmgr/backImport.vue b/src/views/flowmgr/backImport.vue
index 8c4665d..ee5585b 100644
--- a/src/views/flowmgr/backImport.vue
+++ b/src/views/flowmgr/backImport.vue
@@ -23,7 +23,7 @@
</avue-form>
</el-dialog>
<el-dialog title="鏂囦欢鍚嶇О" append-to-body v-model="fileViewModel">
- <el-table :data="tableData" border @row-click="showContent" max-height="200">
+ <el-table :data="tableData" border @row-click="showContent" max-height="200" highlight-current-row>
<el-table-column type="index" label="#" width="40" align="center"/>
<el-table-column prop="name" label="绋嬪簭鍚嶇О"></el-table-column>
</el-table>
@@ -61,7 +61,7 @@
prop: 'programNo'
},
{
- label: '绋嬪簭鍚嶇О',
+ label: '绋嬪簭鍖呭悕',
prop: 'programName',
},
{
--
Gitblit v1.9.3