|
@@ -173,7 +173,7 @@
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|
|
<!-- 导入弹窗 -->
|
|
<!-- 导入弹窗 -->
|
|
- <el-dialog title="导入窗口" width="460px" :visible.sync="impDialog">
|
|
|
|
|
|
+ <el-dialog title="导入窗口" width="520px" :visible.sync="impDialog">
|
|
<el-form>
|
|
<el-form>
|
|
<el-row>
|
|
<el-row>
|
|
<el-form-item style="margin-left:20px">
|
|
<el-form-item style="margin-left:20px">
|
|
@@ -192,17 +192,37 @@
|
|
:auto-upload="false"
|
|
:auto-upload="false"
|
|
:multiple="false"
|
|
:multiple="false"
|
|
>
|
|
>
|
|
- <el-button size="small" slot="trigger" type="primary">
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ icon="el-icon-search"
|
|
|
|
+ size="small"
|
|
|
|
+ slot="trigger"
|
|
|
|
+ type="primary"
|
|
|
|
+ >
|
|
选择文件
|
|
选择文件
|
|
</el-button>
|
|
</el-button>
|
|
|
|
|
|
- <el-button size="small" type="primary" @click="submitUpload">
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ icon="el-icon-check"
|
|
|
|
+ size="small"
|
|
|
|
+ type="primary"
|
|
|
|
+ @click="submitUpload"
|
|
|
|
+ >
|
|
确认上传
|
|
确认上传
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button size="small" type="danger" @click="removeFile">
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ icon="el-icon-refresh"
|
|
|
|
+ size="small"
|
|
|
|
+ type="primary"
|
|
|
|
+ @click="removeFile"
|
|
|
|
+ >
|
|
清空文件
|
|
清空文件
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button size="small" type="info" @click="exportFile">
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
+ size="small"
|
|
|
|
+ type="primary"
|
|
|
|
+ @click="exportFile"
|
|
|
|
+ >
|
|
下载模板
|
|
下载模板
|
|
</el-button>
|
|
</el-button>
|
|
<div slot="tip" class="el-upload__tip">只能上传xlsx文件</div>
|
|
<div slot="tip" class="el-upload__tip">只能上传xlsx文件</div>
|