xiangpei
2025-06-25 3af64bd4b3c54d5073e1a9bbd7b2fc1fe4689336
视频列表、审核展示视频悬挂的商品
1个文件已修改
6 ■■■■ 已修改文件
manager/src/views/video/VideoList.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/views/video/VideoList.vue
@@ -186,7 +186,7 @@
          </div>
        </template>
        <template slot-scope="{ row, index }" slot="videoFileKey">
          <div class="play-text" @click="playVideo(row.videoFileKey, row.title)">点击播放</div>
          <div v-if="row.videoContentType === 'video'" class="play-text" @click="playVideo(row.videoFileKey, row.title)">点击播放</div>
        </template>
        <template slot-scope="{ row, index }" slot="videoDuration">
          <div>{{formatSeconds(row.videoDuration)}}</div>
@@ -370,7 +370,7 @@
        {
          title: "权重",
          key: "weight",
          width: 170,
          width: 80,
        },
        {
          title: "状态",
@@ -613,7 +613,7 @@
}
.video-warp {
  width: 100%;
  height: 350px;
  height: 440px;
}
.data-item {
  display: flex;