From 9d1782f806ead793dd8c50f5a4b9696f9a9eb4bc Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 3 Nov 2023 12:09:58 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BD=91=E7=AE=A1=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E5=91=8A=E8=AD=A6=E4=B8=AD=E7=9A=84=E5=91=8A=E8=AD=A6=E4=BA=A7?= =?UTF-8?q?=E7=94=9F=E6=97=B6=E9=97=B4=E5=92=8C=E5=91=8A=E8=AD=A6=E6=B6=88?= =?UTF-8?q?=E9=99=A4=E6=97=B6=E9=97=B4=E9=9C=80=E6=94=AF=E6=8C=81=E5=8D=87?= =?UTF-8?q?=E9=99=8D=E5=BA=8F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/faultManage/history-alarm/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/faultManage/history-alarm/index.vue b/src/views/faultManage/history-alarm/index.vue index 3c75f1dd..8234d89d 100644 --- a/src/views/faultManage/history-alarm/index.vue +++ b/src/views/faultManage/history-alarm/index.vue @@ -153,6 +153,7 @@ let tableColumns: ColumnsType = [ title: t('views.faultManage.activeAlarm.eventTime'), dataIndex: 'eventTime', align: 'center', + sorter: (a: any, b: any) => 1, width: 5, }, { @@ -203,6 +204,13 @@ let tableColumns: ColumnsType = [ }, width: 5, }, + { + title: t('views.faultManage.activeAlarm.clearTime'), + dataIndex: 'clearTime', + align: 'center', + sorter: (a: any, b: any) => 1, + width: 5, + }, { title: t('views.faultManage.activeAlarm.ackState'), dataIndex: 'ackState',