feat(story): 最大文件体积maxsize

This commit is contained in:
2023-08-18 17:59:16 +08:00
parent 63841f7068
commit 1f74fd9bcb
3 changed files with 13 additions and 1 deletions

View File

@ -55,6 +55,7 @@ const meta = {
replacePopconfirm: '是否重新本行文件?',
deletePopconfirm: '是否删除本行?',
request,
maxsize: 20,
},
render: args => ({
components: { ThUploadTable },