|
@@ -60,7 +60,7 @@
|
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['business:APICONFIG:add']"
|
|
|
+ v-hasPermi="['apiconfig:APICONFIG:add']"
|
|
|
>新增</el-button
|
|
|
>
|
|
|
</el-col>
|
|
@@ -72,7 +72,7 @@
|
|
|
size="mini"
|
|
|
:disabled="single"
|
|
|
@click="handleUpdate"
|
|
|
- v-hasPermi="['business:APICONFIG:edit']"
|
|
|
+ v-hasPermi="['apiconfig:APICONFIG:edit']"
|
|
|
>修改</el-button
|
|
|
>
|
|
|
</el-col>
|
|
@@ -84,7 +84,7 @@
|
|
|
size="mini"
|
|
|
:disabled="multiple"
|
|
|
@click="handleDelete"
|
|
|
- v-hasPermi="['business:APICONFIG:remove']"
|
|
|
+ v-hasPermi="['apiconfig:APICONFIG:remove']"
|
|
|
>删除</el-button
|
|
|
>
|
|
|
</el-col>
|
|
@@ -95,7 +95,7 @@
|
|
|
size="mini"
|
|
|
icon="el-icon-upload"
|
|
|
@click="openUpload = true"
|
|
|
- v-hasPermi="['business:APICONFIG:export']"
|
|
|
+ v-hasPermi="['apiconfig:APICONFIG:export']"
|
|
|
>导入</el-button
|
|
|
>
|
|
|
</el-col>
|
|
@@ -196,7 +196,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['business:APICONFIG:edit']"
|
|
|
+ v-hasPermi="['apiconfig:APICONFIG:edit']"
|
|
|
>修改</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -204,7 +204,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['business:APICONFIG:remove']"
|
|
|
+ v-hasPermi="['apiconfig:APICONFIG:remove']"
|
|
|
>删除</el-button
|
|
|
>
|
|
|
</template>
|