From 3df4446a4eea5b0a3f4a78da309cd96d0f02a2d0 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 27 Oct 2025 13:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../three-and-one/month-detail/components/header-info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue b/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue index a61f434..d6baff8 100644 --- a/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue +++ b/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue @@ -423,7 +423,7 @@ export default { }, handleExceed(files, fileList) { - this.$modal.msgError(`上传的图片数量不能超过 9个`) + this.$modal.msgError(`上传的文件数量不能超过9个`) }, }, }