From 77737f4e73f7267170b9b06fc73d1610c29c0661 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 12 十一月 2024 13:18:35 +0800 Subject: [PATCH] 新增 --- src/views/specialWorkSystem/specialIndex/components/videoDetail.vue | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/specialWorkSystem/specialIndex/components/videoDetail.vue b/src/views/specialWorkSystem/specialIndex/components/videoDetail.vue index 523d929..d3d490d 100644 --- a/src/views/specialWorkSystem/specialIndex/components/videoDetail.vue +++ b/src/views/specialWorkSystem/specialIndex/components/videoDetail.vue @@ -5,7 +5,7 @@ <!-- </div>--> <div class="info"> <div class="left-info"> - <template v-for="item in videoData.approvalDeviceList"> + <template v-for="item in videoData.workApprovalDeviceList"> <iframe class="video-cont" :src="'http://36.108.169.10:8088/808gps/open/player/video.html?lang=zh&devIdno=' + item.deviceNo + '&&account=gtxh&password=000000'"></iframe> </template> <div class="chart-area"> @@ -37,11 +37,7 @@ <el-table-column property="operationTime" label="检查填报时间" align="center"/> <el-table-column property="checkContent" label="检查内容" align="center"/> <el-table-column property="info" label="描述" align="center"/> - <el-table-column property="checkContent" label="是否合格" align="center"> -<!-- <template #default="scope">--> -<!-- <span>{{scope.row.isGood == 0?'合格':'不合格'}}</span>--> -<!-- </template>--> - </el-table-column> + <el-table-column property="checkResultDesc" label="是否合格" align="center"/> </el-table> </div> </div> @@ -189,7 +185,6 @@ const recordRef = ref() const openDialog = (row)=>{ state.videoData = row - console.log(state.videoData.approvalDeviceList,'data') state.title = row.workTypeDesc + '编号' + row.workPermitNo + '实时监测详情' state.videoDetailDialog = true } -- Gitblit v1.9.2