From f4672a2210492095768ebb5597571016c5cee3f6 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期五, 25 六月 2021 11:48:47 +0800
Subject: [PATCH] 修复视频开始时间的显示

---
 src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
index 91996a4..8c72b90 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -172,7 +172,7 @@
                   </div>
                   <div class="flex-box">
                     <label>鏃堕棿:</label>
-                    <span>{{ data.VideoDate }}</span>
+                    <span>{{ data.StartTime }}</span>
                   </div>
                   <div class="flex-box">
                     <label>鍙告満 | 鍓徃鏈�:</label>
@@ -241,7 +241,7 @@
               <div>{{ Math.round((+scope.row.VideoSize) / (1024*1024)) + " MB" }}</div>
             </template>
           </el-table-column>
-          <el-table-column label="瑙嗛鏃堕棿" prop="VideoDate" sortable></el-table-column>
+          <el-table-column label="瑙嗛鏃堕棿" prop="StartTime" sortable></el-table-column>
           <!-- <el-table-column label="鍒涘缓鏃ユ湡" prop="VideoCreateDate" sortable></el-table-column> -->
 
           <el-table-column label="鎿嶄綔">

--
Gitblit v1.8.0