diff --git a/src/components/upload/upload.vue b/src/components/upload/upload.vue index 7046ef4d5..83443f84f 100644 --- a/src/components/upload/upload.vue +++ b/src/components/upload/upload.vue @@ -3,7 +3,7 @@
- +
@@ -72,6 +72,9 @@ } else { return action } + }, + isShowBtn() { + return this.files.length < this.max } }, methods: {