|
|
@ -3,7 +3,7 @@
|
|
|
|
<Row style="text-align: center;margin-bottom: 20px;">
|
|
|
|
<Row style="text-align: center;margin-bottom: 20px;">
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
导入说明:请下载模板,然后将资料填到模板中
|
|
|
|
导入说明:请下载模板,然后将资料填到模板中
|
|
|
|
<a href="../../../static/excel/推广人员批量添加.xlsx" download="推广人员批量添加.xlsx">下载模板</a>
|
|
|
|
<a @click="downLoadImportExcel">下载模板</a>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</Row>
|
|
|
|
</Row>
|
|
|
|
<Upload
|
|
|
|
<Upload
|
|
|
@ -46,6 +46,9 @@
|
|
|
|
mounted() {
|
|
|
|
mounted() {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
downLoadImportExcel(){
|
|
|
|
|
|
|
|
window.location.href = '/推广人员批量添加.xlsx'
|
|
|
|
|
|
|
|
},
|
|
|
|
upSuccess(response, res, file) {
|
|
|
|
upSuccess(response, res, file) {
|
|
|
|
console.log("1111");
|
|
|
|
console.log("1111");
|
|
|
|
if (!response.results) {
|
|
|
|
if (!response.results) {
|
|
|
|