From 58d88c2c4fe1b40c8bc4a96d355a2c4e18ce9046 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 12 Mar 2024 18:29:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E9=BC=A0=E6=A0=87=E7=A7=BB=E5=88=B0?= =?UTF-8?q?=E8=A1=8C=E4=B8=8A=E6=98=BE=E7=A4=BA=E6=B0=94=E6=B3=A1=E8=A1=8C?= =?UTF-8?q?=E4=B8=8A=E5=8A=A0=E6=97=97=E8=A2=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/list.vue | 151 +++++++++++++++--- .../components/listEm.vue | 52 +++++- .../components/list.vue | 52 +++++- .../components/listEm.vue | 51 +++++- .../components/list.vue | 51 +++++- .../components/listEm.vue | 51 +++++- 6 files changed, 378 insertions(+), 30 deletions(-) diff --git a/src/views/threeSystems/safetyOperationRegulations/components/list.vue b/src/views/threeSystems/safetyOperationRegulations/components/list.vue index 9b6765b..fe7ea20 100644 --- a/src/views/threeSystems/safetyOperationRegulations/components/list.vue +++ b/src/views/threeSystems/safetyOperationRegulations/components/list.vue @@ -45,16 +45,18 @@ tooltip-effect="dark" border fit - highlight-current-row> - > + highlight-current-row + @cell-mouse-enter="enterSelectionRows" + @cell-mouse-leave="leaveSelectionRows" + > - - - + + + - +