diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/recordRuleEvalLog.vue b/nezha-fronted/src/components/common/bottomBox/tabs/recordRuleEvalLog.vue index 9cc65e072..f817be821 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/recordRuleEvalLog.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/recordRuleEvalLog.vue @@ -15,7 +15,7 @@ > {{obj.name}} - + @selectionChange="selectionChange"> @@ -42,7 +42,7 @@ import dataListMixin from '@/components/common/mixin/dataList' import subDataListMixin from '@/components/common/mixin/subDataList' import nzBottomDataList from '@/components/common/bottomBox/nzBottomDataList' -import alertRuleEvalLogTable from '@/components/common/table/alert/alertRuleEvalLogTable' +import recordRuleEvalLogTable from '@/components/common/table/settings/recordRuleEvalLogTable' import detailViewRightMixin from '@/components/common/mixin/detailViewRightMixin' export default { @@ -50,7 +50,7 @@ export default { mixins: [dataListMixin, subDataListMixin, detailViewRightMixin], components: { nzBottomDataList, - alertRuleEvalLogTable + recordRuleEvalLogTable }, props: { obj: Object, diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleEvalLogTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleEvalLogTable.vue index c92a840c6..d917c52c6 100644 --- a/nezha-fronted/src/components/common/table/alert/alertRuleEvalLogTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertRuleEvalLogTable.vue @@ -11,12 +11,12 @@ @selection-change="selectionChange" @row-dblclick="(row)=>{queryMessage(row)}" > - - + --> + {queryMessage(row)}" + > + + + + {{item.label}} + + + + + + + + {{scope.row.state == 200?'Ok':'Error'}} + + + + + + {{$t('overall.endTime')}} + {{utcTimeToTimezoneStr(scope.row.etts)}} + + {{getDuration(scope.row)}} + + + + {{utcTimeToTimezoneStr(scope.row[item.prop])}} + + {{scope.row[item.prop]}} + - + + + + + + + + No results found + + + + + + + + +