马宇豪
2024-11-12 77737f4e73f7267170b9b06fc73d1610c29c0661
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
      }