|
@@ -24,6 +24,18 @@
|
|
scope.row.userStudyRecordPhotoList.length
|
|
scope.row.userStudyRecordPhotoList.length
|
|
"
|
|
"
|
|
>
|
|
>
|
|
|
|
+ <li class="liImgs" v-if="scope.row.videoUrl">
|
|
|
|
+ <video
|
|
|
|
+ controls
|
|
|
|
+ preload
|
|
|
|
+ style="width: 100%; height: 100%"
|
|
|
|
+ :src="$methodsTools.splitImgHost(scope.row.videoUrl)"
|
|
|
|
+ ></video>
|
|
|
|
+ <div class="abos" style="color: #9dff00" title="随机抽查录制视频">
|
|
|
|
+ <span>录制:</span>
|
|
|
|
+ {{ scope.row.videoTime }}
|
|
|
|
+ </div>
|
|
|
|
+ </li>
|
|
<li
|
|
<li
|
|
v-for="(its, inds) in scope.row.userStudyRecordPhotoList"
|
|
v-for="(its, inds) in scope.row.userStudyRecordPhotoList"
|
|
:key="inds"
|
|
:key="inds"
|
|
@@ -280,12 +292,12 @@ export default {
|
|
return [];
|
|
return [];
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- erJianErZao:{
|
|
|
|
- type:Boolean,
|
|
|
|
- default:()=>{
|
|
|
|
- return false
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ erJianErZao: {
|
|
|
|
+ type: Boolean,
|
|
|
|
+ default: () => {
|
|
|
|
+ return false;
|
|
|
|
+ },
|
|
|
|
+ },
|
|
},
|
|
},
|
|
inject: ["getPeriodStatus", "getUserInfo", "getAllIds"],
|
|
inject: ["getPeriodStatus", "getUserInfo", "getAllIds"],
|
|
data() {
|
|
data() {
|
|
@@ -404,7 +416,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
imgChange(list, name, url) {
|
|
imgChange(list, name, url) {
|
|
- // return;
|
|
|
|
|
|
+ return;
|
|
this.$api
|
|
this.$api
|
|
.imgChange({
|
|
.imgChange({
|
|
imageUrl: url,
|
|
imageUrl: url,
|