From 7712b788faf815e8e39d5bbbd61b5e4261eee7b2 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期日, 28 二月 2021 18:54:54 +0800
Subject: [PATCH] 朔黄首页更新

---
 src/pages/shuohuangMonitorAnalyze/components/taskManage.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
index 1ab1bf0..8437ee9 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
@@ -73,7 +73,7 @@
           </div>
         </div>
       </div>
-      <div class="top-right partment">
+      <div class="top-right partment" style="max-height: 500px; overflow-y:auto;">
         <div class="header">
           <div class="title">浜哄憳鍒楄〃</div>
         </div>
@@ -249,7 +249,7 @@
   },
   watch: {
     taskType (n, o) {
-      debugger
+      // debugger
       this.renderTaskTable();
     }
   },
@@ -313,6 +313,7 @@
           obj.checked = false;
           arr.push(obj);
         }
+        // debugger
         _this.trainNoList = arr;
         _this.trainNoTotal = res.total;
       });
@@ -447,6 +448,9 @@
         text-align: left;
         .el-checkbox-group {
           margin-bottom: 20px;
+          .el-checkbox__label{
+            display: none;
+          }
           .video-detail {
             i {
               //color: #409EFF;

--
Gitblit v1.8.0