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 ++--
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | 4 ++--
2 files changed, 4 insertions(+), 4 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="鎿嶄綔">
diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
index 841869c..af623ad 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -58,7 +58,7 @@
:key="index"
>
<i class="el-icon-film"></i>
- <span>{{ video.VideoDate }}</span>
+ <span>{{ video.StartTime }}</span>
</div>
</div>
</div>
@@ -242,7 +242,7 @@
</div>
<div>
<label>鏃堕棿:</label>
- <span>{{ videoDetails.VideoDate }}</span>
+ <span>{{ videoDetails.StartTime }}</span>
</div>
<div>
<label>鍙告満 | 鍓徃鏈�:</label>
--
Gitblit v1.8.0