From 752f3ba5ffa74eb50461d1c31796630f84b581c3 Mon Sep 17 00:00:00 2001 From: yaojn Date: Wed, 29 Nov 2023 16:33:16 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E5=8A=9F=E8=83=BD]codehub=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BA=94=E7=94=A8=E9=85=8D=E7=BD=AE=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=20=20-=20[=E5=85=B3=E8=81=94]#[1035306810179584]codehub?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=94=E7=94=A8=E9=85=8D=E7=BD=AE=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=20http://192.168.0.96:8090/demo/rdm.html#/story-detai?= =?UTF-8?q?l/939050947543040/939050947543042/1035306810179584?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deploy/application-config/application-config-manage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pages/deploy/application-config/application-config-manage.vue b/src/views/pages/deploy/application-config/application-config-manage.vue index f420f0b3..2aa50b71 100644 --- a/src/views/pages/deploy/application-config/application-config-manage.vue +++ b/src/views/pages/deploy/application-config/application-config-manage.vue @@ -63,7 +63,7 @@ :hasEditConfigAuth="canShow ? canEdit : canShow" :authList="authList" :hasEditPipelineAuth="canShow ? hasEditPipelineAuth : canShow" - :hideFucntionExcludeAppModuleRunner="canShow" + :hideFucntionExcludeAppModuleRunner="hideFucntionExcludeAppModuleRunner" @updateAuth="updateAuth" > @@ -95,7 +95,7 @@ :hasEditConfigAuth="canShow ? canEdit : canShow" :authList="authList" :hasEditPipelineAuth="canShow ? hasEditPipelineAuth : canShow" - :hideFucntionExcludeAppModuleRunner="canShow" + :hideFucntionExcludeAppModuleRunner="hideFucntionExcludeAppModuleRunner" @updateAuth="updateAuth" > -- Gitee