From d5328918ab91235de633fe252591ad2831a68b86 Mon Sep 17 00:00:00 2001 From: "1163996518@qq.com" <1163996518@qq.com> Date: Tue, 17 Oct 2023 20:58:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B8=A0=E9=81=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE--=E4=BF=AE=E5=A4=8D=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pay/app/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/pay/app/index.vue b/src/views/pay/app/index.vue index c949637b..7b8f1a96 100644 --- a/src/views/pay/app/index.vue +++ b/src/views/pay/app/index.vue @@ -51,7 +51,7 @@ type="primary" plain @click="openForm('create')" - v-hasPermi="['system:tenant:create']" + v-hasPermi="['pay:app:create']" > 新增 @@ -266,7 +266,7 @@ link type="primary" @click="openForm('update', scope.row.id)" - v-hasPermi="['system:tenant:update']" + v-hasPermi="['pay:app:update']" > 编辑 @@ -274,7 +274,7 @@ link type="danger" @click="handleDelete(scope.row.id)" - v-hasPermi="['system:tenant:delete']" + v-hasPermi="['pay:app:delete']" > 删除 From 533b4e5006c13892eba5e5b4e9cbd8840b65a35d Mon Sep 17 00:00:00 2001 From: "1163996518@qq.com" <1163996518@qq.com> Date: Tue, 17 Oct 2023 21:27:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B8=A0=E9=81=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE--=E4=BF=AE=E5=A4=8D=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pay/app/index.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/pay/app/index.vue b/src/views/pay/app/index.vue index 7b8f1a96..3531633f 100644 --- a/src/views/pay/app/index.vue +++ b/src/views/pay/app/index.vue @@ -47,12 +47,7 @@ 搜索 重置 - + 新增