From a91f9b64bf741f57de83176833d935f24309d5bd Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 24 Dec 2020 11:08:31 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=9A=90=E8=97=8Falert=20message?= =?UTF-8?q?=E7=9A=84remark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/alert/alertMessageTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/alert/alertMessageTable.vue b/nezha-fronted/src/components/common/alert/alertMessageTable.vue index 43846b076..5e3dd593a 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageTable.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageTable.vue @@ -321,7 +321,7 @@ },{ label: this.$t('alert.list.remark'), prop: 'remark', - show: true, + show: false, minWidth:200 }, { label: this.$t('alert.list.state'),