From 529ba4368c9cfc4fd3f4e835b5d40b5e072d77d7 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Fri, 15 Mar 2024 17:42:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=94=E7=94=A8=E8=AE=BE=E7=BD=AE=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E6=9D=83=E9=99=90=E9=94=99=E8=AF=AF=E7=9A=84=E7=BC=BA?= =?UTF-8?q?=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1037233 --user=王孝刚 【项目管理】项目与权限-应用设置,项目管理员无法编辑应用设置页面信息 https://www.tapd.cn/55049933/s/1476386 --- .../menuManagement/components/defectSync.vue | 2 +- .../components/falseAlermRule.vue | 13 ++-- .../menuManagement/components/relatedCase.vue | 2 +- .../menuManagement/menuManagement.vue | 68 +++++++++---------- 4 files changed, 42 insertions(+), 43 deletions(-) diff --git a/frontend/src/views/project-management/projectAndPermission/menuManagement/components/defectSync.vue b/frontend/src/views/project-management/projectAndPermission/menuManagement/components/defectSync.vue index c329ead181..8fd9aefc1f 100644 --- a/frontend/src/views/project-management/projectAndPermission/menuManagement/components/defectSync.vue +++ b/frontend/src/views/project-management/projectAndPermission/menuManagement/components/defectSync.vue @@ -10,7 +10,7 @@ :width="680" :ok-loading="okLoading" :ok-disabled="okDisabled" - :ok-permission="['PROJECT_APPLICATION_CASE:READ+UPDATE']" + :ok-permission="['PROJECT_APPLICATION_CASE:UPDATE']" @cancel="handleCancel(false)" @confirm="handleConfirm" > diff --git a/frontend/src/views/project-management/projectAndPermission/menuManagement/components/falseAlermRule.vue b/frontend/src/views/project-management/projectAndPermission/menuManagement/components/falseAlermRule.vue index d5ddd9145c..01e8586c5c 100644 --- a/frontend/src/views/project-management/projectAndPermission/menuManagement/components/falseAlermRule.vue +++ b/frontend/src/views/project-management/projectAndPermission/menuManagement/components/falseAlermRule.vue @@ -27,7 +27,7 @@