|
@@ -16,9 +16,9 @@
|
|
|
<el-button type="info" @click="clearSearch">清空</el-button>
|
|
|
</div>
|
|
|
<div class="header-box-right">
|
|
|
- <el-button type="primary" @click="addClick">新增</el-button>
|
|
|
- <el-button type="warning" @click="handleSort">排序</el-button>
|
|
|
- <el-button type="danger" @click="handleDelete">删除</el-button>
|
|
|
+ <el-button type="primary" con="el-icon-add" @click="addClick">新增</el-button>
|
|
|
+ <el-button type="warning" icon="el-icon-sort" @click="handleSort">排序</el-button>
|
|
|
+ <el-button type="danger" icon="el-icon-delete" @click="handleDelete">删除</el-button>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -45,17 +45,7 @@
|
|
|
>
|
|
|
|
|
|
|
|
|
- <!-- <template slot="menuLeft">
|
|
|
- <el-button
|
|
|
- type="danger"
|
|
|
- size="small"
|
|
|
- icon="el-icon-delete"
|
|
|
- plain
|
|
|
- v-if="permission.exceltab_delete"
|
|
|
- @click="handleDelete"
|
|
|
- >删 除
|
|
|
- </el-button>
|
|
|
- </template> -->
|
|
|
+
|
|
|
|
|
|
<template
|
|
|
slot-scope="scope"
|
|
@@ -71,7 +61,7 @@
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
type="text"
|
|
|
- icon="el-icon-circle-plus-outline"
|
|
|
+ icon="el-icon-s-operation"
|
|
|
size="small"
|
|
|
@click.stop="handleAdd(scope.row, scope.index)"
|
|
|
>清表模版
|