浏览代码

跳转识别记录传参

chenxr3 4 年之前
父节点
当前提交
42c33c7640
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      security-protection-platform/src/modules/videoSurveillance/index.vue

+ 2 - 2
security-protection-platform/src/modules/videoSurveillance/index.vue

12
      </t-select>
12
      </t-select>
13
    </div>
13
    </div>
14
    <div class="page-bottom">
14
    <div class="page-bottom">
15
      <div v-for="(item,index) in videoList" :key="index" :value="item.id" style="width:400px;margin:24px 0px 0 24px;">
16
        <rtmp-video :list="getVideoPlayList(item)" @goDistinguishRecord="goDistinguishRecord" @videoReplay="handleReview"></rtmp-video>
15
      <div v-for="(item,index) in videoList" :key="index" :value="item.resourceToolId" style="width:400px;margin:24px 0px 0 24px;">
16
        <rtmp-video :list="getVideoPlayList(item)" @goDistinguishRecord="goDistinguishRecord(item.resourceToolId)" @videoReplay="handleReview"></rtmp-video>
17
      </div>
17
      </div>
18
    </div>
18
    </div>
19
    <t-pager :page-size="videoPageSize" :current="videoCurrent" :total="videoTotal" :sizer-range="[ 5, 10, 20, 30 ]" class="pager" show-elevator @on-change="onChangeGate"></t-pager>
19
    <t-pager :page-size="videoPageSize" :current="videoCurrent" :total="videoTotal" :sizer-range="[ 5, 10, 20, 30 ]" class="pager" show-elevator @on-change="onChangeGate"></t-pager>