|
@@ -130,15 +130,6 @@
|
|
<!-- 导入弹窗 -->
|
|
<!-- 导入弹窗 -->
|
|
<el-dialog title="批量导入" :visible.sync="importData.show" width="35%" center @before-close="handlefileDialogColse">
|
|
<el-dialog title="批量导入" :visible.sync="importData.show" width="35%" center @before-close="handlefileDialogColse">
|
|
<div class="mb-import">
|
|
<div class="mb-import">
|
|
-
|
|
|
|
- <!-- <el-upload class="upload-demo" accept=".xls, .xlsx" ref="upload" action="#" :on-remove="handleFileRemove"
|
|
|
|
- :file-list="importData.list" :auto-upload="false" :on-change="handleChangeFile" :limit="1">
|
|
|
|
- <el-button slot="trigger" type="primary">选取文件</el-button>
|
|
|
|
- <div slot="tip" class="el-upload__tip">只能上传Excel文件</div>
|
|
|
|
- </el-upload>
|
|
|
|
- <el-button type="success" @click="handleDownTemplate">下载模板</el-button> -->
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<el-upload class="upload-demo" accept=".xls, .xlsx" ref="upload" action="#" :on-remove="handleFileRemove"
|
|
<el-upload class="upload-demo" accept=".xls, .xlsx" ref="upload" action="#" :on-remove="handleFileRemove"
|
|
:file-list="importData.list" :auto-upload="false" :on-change="handleChangeFile" :limit="1">
|
|
:file-list="importData.list" :auto-upload="false" :on-change="handleChangeFile" :limit="1">
|
|
<el-button slot="trigger" size="small" type="primary">选取文件</el-button>
|
|
<el-button slot="trigger" size="small" type="primary">选取文件</el-button>
|