@ -29,8 +29,8 @@
>
<el-button size="mini" type="primary">导入往来单位信息</el-button>
</el-upload>
<el-button type="primary" icon="search" @click="jumpDl">模板下载
</el-button>
<!--<el-button type="primary" icon="search" @click="jumpDl">模板下载
</el-button>-->
</el-button-group>
</el-form-item>
@ -655,7 +655,7 @@ import {udiUpload} from "../../api/thrsys/smp"
if (response.code == 20000) {
this.$message({
type: "success",
message: "导出成功,后台正在生成Excel文件,请稍后刷新查看!",
message: "导出成功,后台正在生成Json文件,请稍后刷新查看!",
});
} else {
@ -9,7 +9,7 @@
<el-button-group style="display:flex;">
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="search" @click="getList">查询</el-button>
<el-button type="primary" icon="search" @click="exportExcel">导出Excel文件</el-button>
<el-button type="primary" icon="search" @click="exportExcel">导出Json文件</el-button>
</el-row>