From 08817f726fe9c7c08840c411b629175f463d6cdc Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 3 Nov 2021 09:14:08 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1165=20fix=EF=BC=9Balert=20rule=20=E8=AF=84?= =?UTF-8?q?=E4=BC=B0=E6=97=A5=E5=BF=97=E5=88=97=E8=A1=A8=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=20=E5=AD=97=E6=AE=B5=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/table/alert/alertRuleEvalLogTable.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleEvalLogTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleEvalLogTable.vue index 8fb6ec507..150e5f6aa 100644 --- a/nezha-fronted/src/components/common/table/alert/alertRuleEvalLogTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertRuleEvalLogTable.vue @@ -89,19 +89,16 @@ export default { prop: 'state', show: true, minWidth: 100, - sortable: 'custom' }, { label: this.$t('alert.alertRuleMessage'), prop: 'msg', show: true, minWidth: 100, - sortable: 'custom' }, { label: this.$t('alert.silence.startTime'), prop: 'stts', show: true, minWidth: 300, - sortable: 'custom' }, { label: this.$t('config.terminallog.duration'), prop: 'duration',