|
@@ -57,11 +57,9 @@
|
|
stripe
|
|
stripe
|
|
:header-cell-style="headClass"
|
|
:header-cell-style="headClass"
|
|
:height="Height"
|
|
:height="Height"
|
|
-
|
|
|
|
- v-loading="loadingStatus"
|
|
|
|
- element-loading-text="摄像头打开中...."
|
|
|
|
- element-loading-background="rgba(255, 255, 255, 0.6)"
|
|
|
|
-
|
|
|
|
|
|
+ v-loading="loadingStatus"
|
|
|
|
+ element-loading-text="摄像头打开中...."
|
|
|
|
+ element-loading-background="rgba(255, 255, 255, 0.6)"
|
|
>
|
|
>
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="stationStatus"
|
|
prop="stationStatus"
|
|
@@ -128,10 +126,10 @@
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column label="视频画面" align="center" width="150">
|
|
<el-table-column label="视频画面" align="center" width="150">
|
|
<template #default="scope" style="text-align: center">
|
|
<template #default="scope" style="text-align: center">
|
|
- <a v-if="scope.row.ALIVEVALUE == 3" @click="open_video(scope.row)">
|
|
|
|
- 查看
|
|
|
|
- </a>
|
|
|
|
- <span v-else style="color: #aaa">--</span>
|
|
|
|
|
|
+ <a v-if="scope.row.ALIVEVALUE == 3" @click="open_video(scope.row)">
|
|
|
|
+ 查看
|
|
|
|
+ </a>
|
|
|
|
+ <span v-else style="color: #aaa">--</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
@@ -163,7 +161,7 @@
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
import { useStore } from 'vuex'
|
|
import { useStore } from 'vuex'
|
|
-import { defineComponent, ref, onMounted,watch } from 'vue'
|
|
|
|
|
|
+import { defineComponent, ref, onMounted, watch } from 'vue'
|
|
import { ElMessage } from 'element-plus'
|
|
import { ElMessage } from 'element-plus'
|
|
import * as api from '@/api/deviceManage/videoEquip.js'
|
|
import * as api from '@/api/deviceManage/videoEquip.js'
|
|
import checkVideo from './checkVideo'
|
|
import checkVideo from './checkVideo'
|
|
@@ -222,10 +220,11 @@ export default defineComponent({
|
|
showDialog.value = false
|
|
showDialog.value = false
|
|
// videoMonitoringDeviceList()
|
|
// videoMonitoringDeviceList()
|
|
}
|
|
}
|
|
- function searchData(){
|
|
|
|
|
|
+ function searchData() {
|
|
|
|
+ reCount.value = 0
|
|
|
|
+ openId.value = ''
|
|
videoMonitoringDeviceList()
|
|
videoMonitoringDeviceList()
|
|
chk_video()
|
|
chk_video()
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
//视频列表
|
|
//视频列表
|