|
|
|
@ -43,33 +43,33 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="page_content_head_right"> |
|
|
|
|
<div> |
|
|
|
|
<el-button @click="exportData" v-show="hasSelectData" |
|
|
|
|
><img style="margin-right: 5px;" src="@public/img/land/u1340.png" />导出</el-button |
|
|
|
|
> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div>--> |
|
|
|
|
<!-- <el-button @click="exportData" v-show="hasSelectData"--> |
|
|
|
|
<!-- ><img style="margin-right: 5px;" src="@public/img/land/u1340.png" />导出</el-button--> |
|
|
|
|
<!-- >--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<div> |
|
|
|
|
<el-button @click="multiDelete" v-show="hasSelectData" |
|
|
|
|
><img style="margin-right: 5px;" src="@public/img/land/u1340.png" />批量删除</el-button |
|
|
|
|
> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<el-button |
|
|
|
|
><img style="margin-right: 5px;" src="@public/img/land/u1401.png" />导入</el-button |
|
|
|
|
> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<el-tooltip |
|
|
|
|
class="item" |
|
|
|
|
effect="dark" |
|
|
|
|
content="点击此处下载模版" |
|
|
|
|
placement="bottom" |
|
|
|
|
> |
|
|
|
|
<el-button @click="downloadTemplate" |
|
|
|
|
><i class="el-icon-download"></i |
|
|
|
|
></el-button> |
|
|
|
|
</el-tooltip> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div>--> |
|
|
|
|
<!-- <el-button--> |
|
|
|
|
<!-- ><img style="margin-right: 5px;" src="@public/img/land/u1401.png" />导入</el-button--> |
|
|
|
|
<!-- >--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!-- <div>--> |
|
|
|
|
<!-- <el-tooltip--> |
|
|
|
|
<!-- class="item"--> |
|
|
|
|
<!-- effect="dark"--> |
|
|
|
|
<!-- content="点击此处下载模版"--> |
|
|
|
|
<!-- placement="bottom"--> |
|
|
|
|
<!-- >--> |
|
|
|
|
<!-- <el-button @click="downloadTemplate"--> |
|
|
|
|
<!-- ><i class="el-icon-download"></i--> |
|
|
|
|
<!-- ></el-button>--> |
|
|
|
|
<!-- </el-tooltip>--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<div style="margin-right: 30px"> |
|
|
|
|
<el-button @click="newItem" type="primary" |
|
|
|
|
><i class="el-icon-plus"></i>新建</el-button |
|
|
|
|