From a7039271d9cec0ecfa04a25fa96f037d5cd7d028 Mon Sep 17 00:00:00 2001 From: WangJunZzz <510423039@qq.com> Date: Wed, 3 Aug 2022 21:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20=E7=BB=84=E7=BB=87=E6=9C=BA?= =?UTF-8?q?=E6=9E=84=E6=9D=83=E9=99=90=E9=85=8D=E7=BD=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/admin/organizationUnits/OrganizationUnit.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vben28/src/views/admin/organizationUnits/OrganizationUnit.vue b/vben28/src/views/admin/organizationUnits/OrganizationUnit.vue index c689243a..4e49dd39 100644 --- a/vben28/src/views/admin/organizationUnits/OrganizationUnit.vue +++ b/vben28/src/views/admin/organizationUnits/OrganizationUnit.vue @@ -15,7 +15,7 @@ type="primary" style="margin-left: 20px" size="small" - v-auth="'System.OrganizationUnitManagement.Create'" + v-auth="'AbpIdentity.OrganizationUnitManagement.Create'" @click="createRootOrganizationUnit" > {{ t("routes.admin.createRootOrganizationUnit") }} @@ -31,7 +31,7 @@ {{ t("common.createText") }} @@ -43,7 +43,7 @@ { icon: 'ant-design:delete-outlined', label: t('common.delText'), - auth:'System.OrganizationUnitManagement.Delete', + auth:'AbpIdentity.OrganizationUnitManagement.Delete', onClick: handleUserDelete.bind(null, record), }, ]" @@ -58,7 +58,7 @@ {{ t("common.createText") }} @@ -71,7 +71,7 @@ { icon: 'ant-design:delete-outlined', label: t('common.delText'), - auth:'System.OrganizationUnitManagement.Delete', + auth:'AbpIdentity.OrganizationUnitManagement.Delete', onClick: handleRoleDelete.bind(null, record), }, ]"