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个`) }, }, }