From 77ea6f71e7532e89b974bcb65ce5a6b67a680ddb Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 25 二月 2021 17:35:12 +0800
Subject: [PATCH] 朔黄标注编辑后检索数据同步更新;头部模拟用户名头像

---
 src/pages/shuohuangMonitorAnalyze/components/taskManage.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
index 9e091a3..640cc00 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>
@@ -125,7 +125,7 @@
             type="primary"
             size="small"
             @click="distributeTask"
-            v-if="taskVideoChecked.length"
+            v-if="taskType==1&&taskVideoChecked.length"
           >鍒嗛厤浠诲姟</el-button>
         </div>
         <el-table
@@ -133,8 +133,9 @@
           :data="taskTableData"
           ref="elTable"
           @selection-change="taskTableSelection"
+          v-loading
         >
-          <el-table-column type="selection" width="55"></el-table-column>
+          <el-table-column v-if="taskType==1" type="selection" width="55"></el-table-column>
           <el-table-column prop="LocomotiveNumber" label="鏈鸿溅鍙�"></el-table-column>
           <el-table-column label="瑙嗛鏁伴噺">
             <template slot-scope="scope">

--
Gitblit v1.8.0