From 1bb2c111bd7fb139de07802ba0c93a1a6d222a2f Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 7 Jul 2021 14:49:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/charts/chart-alert-list.vue | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/nezha-fronted/src/components/charts/chart-alert-list.vue b/nezha-fronted/src/components/charts/chart-alert-list.vue index e8f10b43c..78c00c29d 100644 --- a/nezha-fronted/src/components/charts/chart-alert-list.vue +++ b/nezha-fronted/src/components/charts/chart-alert-list.vue @@ -232,30 +232,26 @@ export default { label: 'ID', prop: 'id', show: true, - width: 160, - sortable: 'custom' + width: 160 },{ label: this.$t('alert.alertName'), prop: 'alertRule', - show: true, + show: true }, { label: this.$t('alert.list.labels'), prop: 'labels', show: true, NotSet: true, - minWidth: 250, - sortable: 'custom' + minWidth: 250 }, { label: this.$t('alert.severity'), prop: 'severityId', show: true, - width: 110, - sortable: 'custom' + width: 110 }, { label: this.$t('alert.summary'), prop: 'summary', - show: true, - minWidth: 200 + show: true }, { label: this.$t('overall.remark'), prop: 'description', @@ -270,8 +266,7 @@ export default { label: this.$t('alert.startAt'), prop: 'startAt', show: true, - width: 150, - sortable: 'custom' + width: 150 }, { label: this.$t('config.terminallog.duration'), prop: 'duration',