From 77e5a091d6f09b27386038df920f9170c3e56cc1 Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期三, 03 十二月 2025 09:29:56 +0800
Subject: [PATCH] 修改bug

---
 src/views/system/user/xtUserList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/user/xtUserList.vue b/src/views/system/user/xtUserList.vue
index 35f1494..4ff2256 100644
--- a/src/views/system/user/xtUserList.vue
+++ b/src/views/system/user/xtUserList.vue
@@ -528,7 +528,7 @@
     },
     //閫変腑琛岄珮浜牱寮�
     rowStyle({ row, rowIndex }) {
-      if (this.ids.includes(row.HEmpID)) {
+      if (this.ids.includes(row.鐢ㄦ埛缂栫爜)) {
         return { "background": "#ecf5ff" }
       }
     },

--
Gitblit v1.9.1