| | |
| | | style="width: 160px" |
| | | /> |
| | | </Form-item> |
| | | <Form-item label="标签" prop="tagList"> |
| | | <!-- todo 暂时隐藏大健康一期没定义标签--> |
| | | <Form-item v-if="false" label="标签" prop="tagList"> |
| | | <Select |
| | | v-model="searchForm.tagList" |
| | | clearable |
| | |
| | | <FormItem label="视频"> |
| | | <video style="width: 150px;height: 150px" |
| | | controls |
| | | @loadedmetadata="getVideoDuration" |
| | | :poster="uploadVideoForm.showCoverUrl" |
| | | :autoplay="false" |
| | | id="remoteVideo" :src="uploadVideoForm.showVideoUrl" |
| | |
| | | minWidth: 240, |
| | | tooltip: true, |
| | | }, |
| | | { |
| | | title: "作者", |
| | | key: "authorName", |
| | | width: 130, |
| | | tooltip: true, |
| | | }, |
| | | { |
| | | title: "视频标签", |
| | | key: "tagList", |
| | | width: 180, |
| | | slot: "tagList", |
| | | }, |
| | | // { |
| | | // title: "作者", |
| | | // key: "authorName", |
| | | // width: 130, |
| | | // tooltip: true, |
| | | // }, |
| | | // { |
| | | // title: "视频标签", |
| | | // key: "tagList", |
| | | // width: 180, |
| | | // slot: "tagList", |
| | | // }, |
| | | { |
| | | title: "视频内容", |
| | | key: "videoFileKey", |
| | |
| | | this.auditingLoading = false |
| | | }) |
| | | }, |
| | | getVideoDuration(e){ |
| | | const duration = this.$refs.healthVideoInfo.duration; |
| | | this.uploadVideoForm.videoDuration = Math.floor(duration); |
| | | }, |
| | | // 打开编辑弹窗 |
| | | deleteHealthVideo(row) { |
| | | console.log('删除测试', row) |