|
@@ -5,8 +5,8 @@
|
|
|
<van-col span="24" class="one">
|
|
|
<van-button type="info" size="small" @click="getTemplate">下载导入模板</van-button>
|
|
|
<van-button type="info" size="small" @click="toContinue">导入</van-button>
|
|
|
- <van-button type="info" size="small" @click="exportView">导出</van-button>
|
|
|
- <van-button type="info" size="small" @click="toResult">导出结果</van-button>
|
|
|
+ <!-- <van-button type="info" size="small" @click="exportView">导出</van-button>
|
|
|
+ <van-button type="info" size="small" @click="toResult">导出结果</van-button> -->
|
|
|
</van-col>
|
|
|
<van-col span="24" class="two">
|
|
|
<list-1 :list="list" @detail="detail" @deletes="deletes"></list-1>
|
|
@@ -72,7 +72,7 @@ export default {
|
|
|
},
|
|
|
// 下载模板
|
|
|
getTemplate() {
|
|
|
- window.location.href = `${process.env.VUE_APP_HOST}/jlstcompany/数据模板.xlsx`;
|
|
|
+ window.location.href = `${process.env.VUE_APP_HOST}/${process.env.VUE_APP_ROUTER}/专利数据模板.xlsx`;
|
|
|
// window.open('./数据模板.xlsx');
|
|
|
},
|
|
|
// 导入
|