refactor(components): 调整文件上传大小限制并优化附件展示逻辑
This commit is contained in:
@@ -39,7 +39,7 @@ const props = defineProps({
|
||||
},
|
||||
maxSize: {
|
||||
type: Number,
|
||||
default: 30
|
||||
default: 999999
|
||||
},
|
||||
showFileList: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user