|
@@ -373,6 +373,7 @@
|
|
:before-upload="beforeUpload"
|
|
:before-upload="beforeUpload"
|
|
:show-file-list="false"
|
|
:show-file-list="false"
|
|
:auto-upload="false"
|
|
:auto-upload="false"
|
|
|
|
+ accept=".pdf, application/pdf"
|
|
>
|
|
>
|
|
<el-button size="small" type="text" style="margin-right: 5px;">上传文件</el-button>
|
|
<el-button size="small" type="text" style="margin-right: 5px;">上传文件</el-button>
|
|
</el-upload>
|
|
</el-upload>
|
|
@@ -425,6 +426,7 @@
|
|
:on-change="uploadImportData"
|
|
:on-change="uploadImportData"
|
|
accept=".pdf, application/pdf"
|
|
accept=".pdf, application/pdf"
|
|
:on-exceed="handleExceed"
|
|
:on-exceed="handleExceed"
|
|
|
|
+
|
|
:limit="1"
|
|
:limit="1"
|
|
>
|
|
>
|
|
<el-button size="small" type="primary">点击上传</el-button>
|
|
<el-button size="small" type="primary">点击上传</el-button>
|