| | |
| | | <!-- </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"> |
| | |
| | | <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> |
| | |
| | | const recordRef = ref() |
| | | const openDialog = (row)=>{ |
| | | state.videoData = row |
| | | console.log(state.videoData.approvalDeviceList,'data') |
| | | state.title = row.workTypeDesc + '编号' + row.workPermitNo + '实时监测详情' |
| | | state.videoDetailDialog = true |
| | | } |