@@ -31,7 +31,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['rc:chapter:add']"
>新增</el-button>
</el-col>
<el-col :span="1.5">
@@ -42,7 +41,6 @@
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['rc:chapter:edit']"
>修改</el-button>
@@ -53,7 +51,6 @@
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['rc:chapter:remove']"
>删除</el-button>
@@ -63,7 +60,6 @@
icon="el-icon-download"
@click="handleExport"
- v-hasPermi="['rc:chapter:export']"
>导出</el-button>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>