|
|
|
@ -71,6 +71,8 @@ |
|
|
|
|
<image v-else-if="section.fileType === 'mp4'" class="ext" src="https://eduvessel.com/images/occupationlab/exts/video.png" alt=""> |
|
|
|
|
<image v-else-if="section.fileType === 'doc' || section.fileType === 'docx'" class="ext" |
|
|
|
|
src="https://eduvessel.com/images/occupationlab/exts/word.png" alt=""> |
|
|
|
|
<image v-else-if="section.fileType === 'xlsx' || section.fileType === 'xls'" class="ext" |
|
|
|
|
src="https://eduvessel.com/images/occupationlab/exts/excel.png" alt=""> |
|
|
|
|
<image v-else-if="section.fileType === 'txt'" class="ext" src="https://eduvessel.com/images/occupationlab/exts/txt.png" alt=""> |
|
|
|
|
<image v-else-if="section.fileType === 'pdf'" class="ext" src="https://eduvessel.com/images/occupationlab/exts/pdf.png" alt=""> |
|
|
|
|
<image v-else class="ext" src="https://eduvessel.com/images/occupationlab/exts/pic.png" alt=""> |
|
|
|
|