陈婷婷
2025-12-03 77e5a091d6f09b27386038df920f9170c3e56cc1
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" }
      }
    },