From c91981f3d5877fef36d8b89321fe830f89f72dd6 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 25 Feb 2026 17:04:28 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E6=96=87=E4=BB=B6=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AwardPage/contestants.vue | 96 ++++++++++++++++++++--------- 1 file changed, 66 insertions(+), 30 deletions(-) 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 }} +
+
+ +
+