Browse Source

生物安防

xsh 3 năm trước cách đây
mục cha
commit
af410fd981
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/views/Alarm/Alarm.vue

+ 4 - 4
src/views/Alarm/Alarm.vue

@@ -86,7 +86,7 @@
             <div class="alarm-title-right"></div>
           </div>
           <div class="alarm-content">
-            <chart-pie v-if="pieData.length > 0" :text="'日事件总量'" :id="'1'" :data="pieData"></chart-pie>
+            <chart-pie v-if="pieData.length > 0" :text="'近7日事件总量'" :id="'1'" :data="pieData"></chart-pie>
             <div v-else style="line-height: 250px; text-align: center; width: 100%; font-size: 18px; color: white;">暂无数据</div>
           </div>
         </div>
@@ -190,7 +190,7 @@
               </div>
             </swiper-slide>
           </swiper>
-          <div v-else style="line-height: 200px; color: white; font-size: 20px">暂无异常人脸</div>
+          <div v-else style="line-height: 200px; color: white; font-size: 20px">今日暂无异常人脸数据</div>
         </div>
       </div>
     </div>
@@ -435,8 +435,8 @@ export default {
       let params = {
         pageNum: 1,
         pageSize: 20,
-        startSwingTime: timeDate(new Date().getTime()) + '00:00:00',
-        endSwingTime: timeDate(new Date().getTime()) + '23:59:59',
+        startSwingTime: timeDate(new Date().getTime()) + ' 00:00:00',
+        endSwingTime: timeDate(new Date().getTime()) + ' 23:59:59',
         containDomain: 1,
         openResult: 0
       }