mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: 上传附件tooltip展示大写后缀以、分割
This commit is contained in:
parent
6a24d2eb8d
commit
6f24a02213
|
|
@ -89,7 +89,7 @@
|
|||
props.applicationDetails.file_upload_setting.maxFiles
|
||||
}}个,每个文件限制
|
||||
{{ props.applicationDetails.file_upload_setting.fileLimit }}MB<br />文件类型:{{
|
||||
getAcceptList()
|
||||
getAcceptList().replace(/\./g, '').replace(/,/g, '、').toUpperCase()
|
||||
}}</template
|
||||
>
|
||||
<el-button text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue