+
- 保存
+ 保存
@@ -388,7 +395,8 @@
size="small"
border
highlight-current-row
- @current-change="handleCustomerCurrentChange"
+ row-class-name="customer-selectable-row"
+ @row-click="handleCustomerRowClick"
style="width: 100%"
max-height="360"
>
@@ -397,11 +405,6 @@
-
-
- 选择
-
-
td {
+ background-color: #e6f7ff !important;
+}
+
+::v-deep .el-table__body tr.customer-selectable-row.current-row > td {
+ background-color: #b3e0ff !important;
+}
+
/* 筛选结果数量显示 */
.result-count {
margin-left: auto;