From 56b80e7a787db6888fbd5606044829abe1e28077 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 06 三月 2026 17:55:10 +0800
Subject: [PATCH] fix:1.班次页面调整

---
 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