From aae0b49229d8798a2cc31a8449092e2db62e2407 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 26 三月 2026 11:26:41 +0800
Subject: [PATCH] 绩效管理:人员考勤功能模块
---
src/views/business/reportPreparation/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/business/reportPreparation/index.vue b/src/views/business/reportPreparation/index.vue
index 21956b9..80b16b4 100644
--- a/src/views/business/reportPreparation/index.vue
+++ b/src/views/business/reportPreparation/index.vue
@@ -62,7 +62,7 @@
<el-button :loading="outExportLoading" size="mini" type="primary" @click="handleExport">鎶ヨ〃瀵煎嚭</el-button>
</div>
<div>
- <lims-table :tableData="valueTableData" :column="column" :page="page" :tableLoading="tableLoading"
+ <lims-table highlightCurrentRow :tableData="valueTableData" :column="column" :page="page" :tableLoading="tableLoading"
:isSelection="true" :handleSelectionChange="handleChange" :height="'calc(100vh - 320px)'"
@pagination="pagination" key="valueTableData">
<div slot="action" slot-scope="scope">
--
Gitblit v1.9.3