From 12e90cca31d377e28cfe5c6442509841991308e9 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 25 二月 2021 11:00:57 +0800
Subject: [PATCH] ztree分析图标着色;应用中心产品详情弹框初步搭建
---
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