| | |
| | | </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> |
| | |
| | | { |
| | | title: "权重", |
| | | key: "weight", |
| | | width: 170, |
| | | width: 80, |
| | | }, |
| | | { |
| | | title: "状态", |
| | |
| | | } |
| | | .video-warp { |
| | | width: 100%; |
| | | height: 350px; |
| | | height: 440px; |
| | | } |
| | | .data-item { |
| | | display: flex; |