Merge pull request '编译报错调整代码' (#217) from develop into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/217
This commit is contained in:
wuteng 2026-03-20 14:52:40 +08:00
commit ff775088d9

View File

@ -15,7 +15,7 @@
:headers="headers"
:file-list="fileList"
:on-preview="handlePictureCardPreview"
:class="{hide: this.fileList.length >= this.limit}"
:class="{hide: fileList.length >= limit}"
>
<i class="el-icon-plus"></i>
</el-upload>