|
@@ -74,11 +74,11 @@
|
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['system:dict:add']"
|
|
|
+ v-hasPermi="['system:tenantDict:add']"
|
|
|
>新增</el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
- <!-- <el-col :span="1.5">
|
|
|
+ <el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="success"
|
|
|
plain
|
|
@@ -86,10 +86,10 @@
|
|
|
size="mini"
|
|
|
:disabled="single"
|
|
|
@click="handleUpdate"
|
|
|
- v-hasPermi="['system:dict:edit']"
|
|
|
+ v-hasPermi="['system:tenantDict:edit']"
|
|
|
>修改</el-button
|
|
|
>
|
|
|
- </el-col> -->
|
|
|
+ </el-col>
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="danger"
|
|
@@ -98,7 +98,7 @@
|
|
|
size="mini"
|
|
|
:disabled="multiple"
|
|
|
@click="handleDelete"
|
|
|
- v-hasPermi="['system:dict:remove']"
|
|
|
+ v-hasPermi="['system:tenantDict:remove']"
|
|
|
>删除</el-button
|
|
|
>
|
|
|
</el-col>
|
|
@@ -109,7 +109,7 @@
|
|
|
icon="el-icon-download"
|
|
|
size="mini"
|
|
|
@click="handleExport"
|
|
|
- v-hasPermi="['system:dict:export']"
|
|
|
+ v-hasPermi="['system:tenantDict:export']"
|
|
|
>导出</el-button
|
|
|
>
|
|
|
</el-col>
|
|
@@ -120,7 +120,7 @@
|
|
|
icon="el-icon-refresh"
|
|
|
size="mini"
|
|
|
@click="handleRefreshCache"
|
|
|
- v-hasPermi="['system:dict:remove']"
|
|
|
+ v-hasPermi="['system:tenantDict:remove']"
|
|
|
>刷新缓存</el-button
|
|
|
>
|
|
|
</el-col>
|
|
@@ -198,7 +198,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['system:dict:edit']"
|
|
|
+ v-hasPermi="['system:tenantDict:edit']"
|
|
|
>修改</el-button
|
|
|
></el-dropdown-item
|
|
|
>
|
|
@@ -208,7 +208,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['system:dict:remove']"
|
|
|
+ v-hasPermi="['system:tenantDict:remove']"
|
|
|
>删除</el-button
|
|
|
>
|
|
|
</el-dropdown-item>
|