|
@@ -24,7 +24,7 @@
|
|
|
<i class="el-icon-circle-close" style="margin-left:5px;margin-top:10px;cursor: pointer;"></i>
|
|
|
</span>
|
|
|
<template slot="append">
|
|
|
- <el-upload class="upload-spatialData" ref="upload" action="action" :on-preview="handlePreview" accept=".zip,.ZIP,.rar,.RAR"
|
|
|
+ <el-upload class="upload-spatialData" ref="upload" action="action" accept=".zip,.ZIP,.rar,.RAR"
|
|
|
name="upload" :on-error="handleError" :on-success="handleSuccess" :on-exceed="handleExceed" :limit="1"
|
|
|
:on-change="handleChange" :show-file-list="false" :auto-upload="false" style="height: calc(100% - 32px);">
|
|
|
<el-button type="primary">选择文件</el-button>
|