From 0dbf19e9f92f5cb1d5ca9a06fd268d3b16e466e3 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 07 十二月 2022 15:22:01 +0800
Subject: [PATCH] 完善断流监控,集群和设备详情的查询
---
src/views/search/Searching.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/search/Searching.vue b/src/views/search/Searching.vue
index ddd4328..07f201e 100644
--- a/src/views/search/Searching.vue
+++ b/src/views/search/Searching.vue
@@ -12,7 +12,7 @@
</div>
<div class="searching-right-content">
<div class="top">
- <el-tooltip content="浠ュ浘鎼滃浘" placement="bottom" popper-class="atooltip">
+ <!-- <el-tooltip content="浠ュ浘鎼滃浘" placement="bottom" popper-class="atooltip">
<el-button
@click="showUpload"
type="primary"
@@ -25,7 +25,7 @@
: 'margin-right: 20px;background-color:#cccccc;border-color:#cccccc'
"
></el-button>
- </el-tooltip>
+ </el-tooltip> -->
<!-- <p class="p-label" style="width: 16%">
<b>鏍囩锛�</b>
<el-select
@@ -161,7 +161,7 @@
class="export-excel-wrapper"
:data="VideoPhotoData.cards"
:fields="json_fields"
- :name="'瑙嗛鍒嗘瀽鎶ヨ缁熻' + searchTimeFormated + '.xls'"
+ :name="'瑙嗛鍒嗘瀽鎶ヨ缁熻' + searchTimeFormated + '.xlsx'"
>
<!-- 涓婇潰鍙互鑷畾涔夎嚜宸辩殑鏍峰紡锛岃繕鍙互寮曠敤鍏朵粬缁勪欢button -->
<!-- <el-button type="primary" size="small">瀵煎嚭EXCEL</el-button> -->
@@ -777,7 +777,6 @@
} else {
this.setLoadSearch(this.VideoPhotoData.findPersonByPage())
}
- console.log("cards", this.VideoPhotoData.cards)
},
stringToNum() {
var arr = []
@@ -841,6 +840,7 @@
this.tagValues = []
this.taskValues = []
this.alarmValues = []
+ this.warningFlag = 0
this.VideoPhotoData.queryTabs = []
this.VideoPhotoData.queryTasks = []
this.VideoPhotoData.queryAlarmlevel = []
--
Gitblit v1.8.0