|
@@ -11823,42 +11823,51 @@
|
|
|
>
|
|
|
<div class="marginT">
|
|
|
<div>上传文件</div>
|
|
|
- <div
|
|
|
- class="chapter_add"
|
|
|
- @click="addImg($event)"
|
|
|
- v-if="studyJuri[0].cover.length == 0"
|
|
|
- >
|
|
|
- <div class="up_photo">
|
|
|
- <img src="../../assets/icon/uploadImg.png" alt />
|
|
|
+ <div style="display: flex; gap: 10px">
|
|
|
+ <div
|
|
|
+ class="chapter_add"
|
|
|
+ @click="addImg($event)"
|
|
|
+ v-if="studyJuri[0].cover.length == 0"
|
|
|
+ >
|
|
|
+ <div class="up_photo">
|
|
|
+ <img src="../../assets/icon/uploadImg.png" alt />
|
|
|
+ </div>
|
|
|
+ <!-- <input
|
|
|
+ type="file"
|
|
|
+ accept="video/mp4, video/quicktime, video/x-msvideo,application/pdf, application/.ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/*"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload1($event, 1)"
|
|
|
+ /> -->
|
|
|
+ <input
|
|
|
+ type="file"
|
|
|
+ accept="*"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload1($event, 1)"
|
|
|
+ />
|
|
|
+ <!-- <input
|
|
|
+ type="file"
|
|
|
+ accept="image/*"
|
|
|
+ capture="camera"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload1($event, 1)"
|
|
|
+ /> -->
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="chapter_add"
|
|
|
+ @click="addImg($event)"
|
|
|
+ v-if="studyJuri[0].cover.length == 0"
|
|
|
+ >
|
|
|
+ <div class="up_photo" style="background: rgb(232, 239, 248);width: 120px;height: 120px;display: flex;align-items: center;justify-content: center;">
|
|
|
+ <img src="../../assets/icon/uploadImg2.png" style="width: 110px; height: 110px" alt />
|
|
|
+ </div>
|
|
|
+ <input
|
|
|
+ type="file"
|
|
|
+ accept="image/*"
|
|
|
+ capture="camera"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload1($event, 1)"
|
|
|
+ />
|
|
|
</div>
|
|
|
- <!-- <input
|
|
|
- type="file"
|
|
|
- accept="video/mp4, video/quicktime, video/x-msvideo,application/pdf, application/.ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/*"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload1($event, 1)"
|
|
|
- /> -->
|
|
|
- <input
|
|
|
- v-if="isAndroid"
|
|
|
- type="file"
|
|
|
- accept="image/*"
|
|
|
- capture="camera"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload1($event, 1)"
|
|
|
- />
|
|
|
- <input
|
|
|
- v-else
|
|
|
- type="file"
|
|
|
- accept="*"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload1($event, 1)"
|
|
|
- />
|
|
|
- <!-- <input
|
|
|
- type="file"
|
|
|
- accept="image/*"
|
|
|
- capture="camera"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload1($event, 1)"
|
|
|
- /> -->
|
|
|
</div>
|
|
|
<div
|
|
|
class="chapter_add"
|
|
@@ -14702,26 +14711,51 @@
|
|
|
学生姓名:<span>{{ sStudent.student }}</span>
|
|
|
</div>
|
|
|
<div>上传文件</div>
|
|
|
- <div
|
|
|
- class="chapter_add"
|
|
|
- @click="addImg($event)"
|
|
|
- v-if="studyJuri[0].cover.length == 0"
|
|
|
- >
|
|
|
- <div class="up_photo">
|
|
|
- <img src="../../assets/uploadImg2.png" alt />
|
|
|
+ <div style="display: flex; gap: 10px">
|
|
|
+ <div
|
|
|
+ class="chapter_add"
|
|
|
+ @click="addImg($event)"
|
|
|
+ v-if="studyJuri[0].cover.length == 0"
|
|
|
+ >
|
|
|
+ <div class="up_photo">
|
|
|
+ <img src="../../assets/icon/uploadImg.png" alt />
|
|
|
+ </div>
|
|
|
+ <!-- <input
|
|
|
+ type="file"
|
|
|
+ accept="video/mp4, video/quicktime, video/x-msvideo,application/pdf, application/.ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/*"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload1($event, 1)"
|
|
|
+ /> -->
|
|
|
+ <input
|
|
|
+ type="file"
|
|
|
+ accept="*"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload1($event, 1)"
|
|
|
+ />
|
|
|
+ <!-- <input
|
|
|
+ type="file"
|
|
|
+ accept="image/*"
|
|
|
+ capture="camera"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload1($event, 1)"
|
|
|
+ /> -->
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="chapter_add"
|
|
|
+ @click="addImg($event)"
|
|
|
+ v-if="studyJuri[0].cover.length == 0"
|
|
|
+ >
|
|
|
+ <div class="up_photo" style="background: rgb(232, 239, 248);width: 120px;height: 120px;display: flex;align-items: center;justify-content: center;">
|
|
|
+ <img src="../../assets/icon/uploadImg2.png" style="width: 110px; height: 110px" alt />
|
|
|
+ </div>
|
|
|
+ <input
|
|
|
+ type="file"
|
|
|
+ accept="image/*"
|
|
|
+ capture="camera"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload1($event, 1)"
|
|
|
+ />
|
|
|
</div>
|
|
|
- <!-- <input
|
|
|
- type="file"
|
|
|
- accept="video/mp4, video/quicktime, video/x-msvideo,application/pdf, application/.ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/*"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload1($event, 1)"
|
|
|
- /> -->
|
|
|
- <input
|
|
|
- type="file"
|
|
|
- accept="*"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload1($event, 1)"
|
|
|
- />
|
|
|
</div>
|
|
|
<!-- capture="camera" -->
|
|
|
<div
|