@@ -2,8 +2,7 @@
<div>
<list ref="list">
<Header slot="add" v-if="tool.checkAuth($route.name, 'insert')">
- <el-button slot="save" icon="el-icon-plus" type="primary" size="small" @click="openDialog('新增分类')">新建分类
- </el-button>
+ <el-button icon="el-icon-plus" type="primary" size="small" @click="openDialog('新增分类')">新建分类</el-button>
</Header>
<template v-slot:release="scope">