From 0fe91112b0a5abdf13fe36004b548348cfb98b61 Mon Sep 17 00:00:00 2001 From: wxc <191104855@qq.com> Date: Tue, 27 May 2025 14:37:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B1=80=E9=95=BF?= =?UTF-8?q?=E4=BF=A1=E7=AE=B1=E5=A4=9A=E6=AC=A1=E5=BB=B6=E6=9C=9F=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=EF=BC=8C=E7=AC=AC=E4=BA=8C=E6=AC=A1=E4=BC=9A=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E7=AC=AC=E4=B8=80=E6=AC=A1=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=88=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=B4=AF=E8=AE=A1=E5=BB=B6?= =?UTF-8?q?=E6=9C=9F=E5=A4=A9=E6=95=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Upload.vue | 2 +- src/views/work/components/templates/ExtensionDetail.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Upload.vue b/src/components/Upload.vue index a79ea80..a7e4d16 100644 --- a/src/components/Upload.vue +++ b/src/components/Upload.vue @@ -44,7 +44,7 @@ const props = defineProps({ }, tips: { type: String, - default: "附件大小不超过1G,视频类型附件请上传核心视频。" + default: "上传的文件大小不能超过1G" } }); diff --git a/src/views/work/components/templates/ExtensionDetail.vue b/src/views/work/components/templates/ExtensionDetail.vue index 665d08f..b42ff68 100644 --- a/src/views/work/components/templates/ExtensionDetail.vue +++ b/src/views/work/components/templates/ExtensionDetail.vue @@ -16,11 +16,11 @@