Merge branch 'abp' into abp-dev

This commit is contained in:
陈淳
2024-04-15 08:50:06 +08:00
committed by tyjctl
37 changed files with 118 additions and 118 deletions

View File

@@ -132,14 +132,14 @@
>
<template #default="scope">
<el-button
type="text"
link
icon="Edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['system:config:edit']"
>修改</el-button
>
<el-button
type="text"
link
icon="Delete"
@click="handleDelete(scope.row)"
v-hasPermi="['system:config:remove']"

View File

@@ -175,14 +175,14 @@
>
<template #default="scope">
<el-button
type="text"
link
icon="Edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['business:article:edit']"
>修改</el-button
>
<el-button
type="text"
link
icon="Delete"
@click="handleDelete(scope.row)"
v-hasPermi="['business:article:remove']"

View File

@@ -142,14 +142,14 @@
>
<template #default="scope">
<el-button
type="text"
link
icon="Edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['codeGen:template:edit']"
>修改</el-button
>
<el-button
type="text"
link
icon="Delete"
@click="handleDelete(scope.row)"
v-hasPermi="['codeGen:template:remove']"