From 1d7bd5967d55db00bd93be3fa8f17d77611abfb3 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 17 Aug 2021 10:49:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20auth=20?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=95=B0=E5=AD=97=E5=90=8E=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E8=8B=B1=E6=96=87=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/editEndpointBoxNew.vue | 6 +++--- nezha-fronted/src/components/common/rightBox/moduleBox.vue | 6 +++--- .../src/components/common/table/settings/moduleTable.vue | 5 ----- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue index b7aad8fda..5b7e6ea1a 100644 --- a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue +++ b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue @@ -228,16 +228,16 @@ - + - + - + diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index cb2cb80aa..360d2688b 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -225,16 +225,16 @@ - + - + - + diff --git a/nezha-fronted/src/components/common/table/settings/moduleTable.vue b/nezha-fronted/src/components/common/table/settings/moduleTable.vue index aaa21cd06..61f68e333 100644 --- a/nezha-fronted/src/components/common/table/settings/moduleTable.vue +++ b/nezha-fronted/src/components/common/table/settings/moduleTable.vue @@ -103,11 +103,6 @@ export default { show: true, minWidth: 200, sortable: 'custom' - }, { - label: this.$t('project.module.type'), - prop: 'type', - show: false, - width: 200 }, { label: this.$t('project.project.projectName'), prop: 'project',