From c0921fd8507ed68ec3f5d1d9b1a95ed11a3c8c92 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 2 Mar 2022 18:27:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=8E=BB=E9=99=A4=20alertmessage?= =?UTF-8?q?=20state=E7=9A=84=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/table/alert/alertMessageTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue b/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue index b9cd9caeb..94c1bb53b 100644 --- a/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue @@ -222,13 +222,13 @@ export default { prop: 'state', show: true, width: 100, - sortable: 'custom' + // sortable: 'custom' }, { label: this.$t('alert.startAt'), prop: 'startAt', show: false, width: 150, - // sortable: 'custom' + sortable: 'custom' }, { label: this.$t('alert.lastAt'), prop: 'lastAt',