diff --git a/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue b/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue index 4d051fa75..70b1ebe0e 100644 --- a/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue @@ -118,6 +118,7 @@ fixed="right">
{{$t('overall.option')}}
+
@@ -198,12 +199,7 @@ export default { prop: 'remark', show: false, minWidth: 200 - }, { - label: this.$t('alert.list.state'), - prop: 'state', - show: true, - width: 100 - }, { + }, { label: this.$t('alert.startAt'), prop: 'startAt', show: true, @@ -213,12 +209,7 @@ export default { prop: 'duration', show: true, width: 150 - }, { - label: this.$t('overall.value'), - prop: 'current', - show: true, - width: 100 - } + }, ], viewAssetState: false, tableDataInitNum: 0 @@ -593,7 +584,7 @@ export default { - \ No newline at end of file