From 5cc3e24d8cfd0828255980ef53d28357e95eae30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= <peiyu_ren@163.com>
Date: Mon, 11 Dec 2023 15:59:56 +0800
Subject: [PATCH] =?UTF-8?q?Analysis=20Monitor=20=E6=A8=A1=E5=9D=97=20Alarm?=
 =?UTF-8?q?=20History=20=E8=A1=A8=E6=A0=BC=E5=AD=97=E6=AE=B5=E5=8F=96?=
 =?UTF-8?q?=E5=80=BC=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../analysisMonitor/alarmHistory/index.vue    | 24 +++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/views/abnormalAlarm/analysisMonitor/alarmHistory/index.vue b/src/views/abnormalAlarm/analysisMonitor/alarmHistory/index.vue
index be4ecf2..fece3a4 100644
--- a/src/views/abnormalAlarm/analysisMonitor/alarmHistory/index.vue
+++ b/src/views/abnormalAlarm/analysisMonitor/alarmHistory/index.vue
@@ -12,22 +12,22 @@
           :pagination="false"
           @rowDbclick="rowClick"
         >
-          <template slot="stationList" slot-scope="{ text }">
+          <!-- <template slot="stationList" slot-scope="{ text }">
             <a-tooltip placement="topLeft">
               <template slot="title">
                 {{ text.join('、') }}
               </template>
               {{ text.join('、') }}
             </a-tooltip>
-          </template>
-          <template slot="sourceList" slot-scope="{ text }">
+          </template> -->
+          <!-- <template slot="sourceList" slot-scope="{ text }">
             <a-tooltip placement="topLeft">
               <template slot="title">
                 {{ text.join('、') }}
               </template>
               {{ text.join('、') }}
             </a-tooltip>
-          </template>
+          </template> -->
           <template slot="info" slot-scope="{ text, record }">
             <a-popover
               trigger="hover"
@@ -211,12 +211,12 @@ const columns = [
   {
     title: 'STATION CODE',
     align: 'center',
-    dataIndex: 'stationList',
+    dataIndex: 'stationCode',
     width: 160,
     ellipsis: true,
-    scopedSlots: {
-      customRender: 'stationList',
-    },
+    // scopedSlots: {
+    //   customRender: 'stationList',
+    // },
   },
   {
     title: 'COLLECTION START',
@@ -233,12 +233,12 @@ const columns = [
   {
     title: 'DATA SOURCE ',
     align: 'center',
-    dataIndex: 'sourceList',
+    dataIndex: 'datasource',
     width: 180,
     ellipsis: true,
-    scopedSlots: {
-      customRender: 'sourceList',
-    },
+    // scopedSlots: {
+    //   customRender: 'sourceList',
+    // },
   },
   {
     title: 'ALARM INFO',