diff --git a/src/views/AwardPage/contestants.vue b/src/views/AwardPage/contestants.vue index a96edd0..3f6202b 100644 --- a/src/views/AwardPage/contestants.vue +++ b/src/views/AwardPage/contestants.vue @@ -157,6 +157,7 @@ v-model:fileList="pdfList" :disabled="readOnly" :maxCount="1" + :showUploadList="false" @change="(info) => handleFileChange(info, 'pdf')" :customRequest="handleUploadPdf" :beforeUpload="beforeUploadPdf" @@ -170,21 +171,20 @@

{{ t('AwardApply.pdfFileLimit') }}

- + +
+
+ + {{ pdfList[0]?.name }} +
+
+ +
+
{{ t('AwardApply.videoFileLimit') }}

- + +
+
+ + {{ videoList[0]?.name }} +
+
+ +
+