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',