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