|
@@ -2,12 +2,12 @@
|
|
|
<div id="index">
|
|
|
<admin-frame @search="search" :limit="limit" :total="total" topType="2" @back="back" @add="add" :useNav="false">
|
|
|
<template v-slot:info>
|
|
|
- <!-- <van-col span="24" class="one">
|
|
|
+ <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-col> -->
|
|
|
+ </van-col>
|
|
|
<van-col span="24" class="two">
|
|
|
<list-1 :list="list" @detail="detail" @deletes="deletes"></list-1>
|
|
|
</van-col>
|