From 0a3070f3dfc41eb1dc73eca1902c5218f7d8d4b2 Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Mon, 24 Apr 2023 17:52:56 +0800 Subject: [PATCH] fix: bug#12135 --- src/views/rule-engine/Alarm/Log/Record/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/rule-engine/Alarm/Log/Record/index.vue b/src/views/rule-engine/Alarm/Log/Record/index.vue index 158b20f6..990c312b 100644 --- a/src/views/rule-engine/Alarm/Log/Record/index.vue +++ b/src/views/rule-engine/Alarm/Log/Record/index.vue @@ -65,6 +65,7 @@ const columns = [ dataIndex: 'handleTime', key: 'handleTime', scopedSlots: true, + width: 180, search: { type: 'date', }, @@ -74,6 +75,7 @@ const columns = [ title: '处理类型', key: 'handleType', scopedSlots: true, + width: 120, search: { type: 'select', options: [ @@ -96,11 +98,13 @@ const columns = [ search: { type: 'date', }, + width:180, }, { title: '告警处理', dataIndex: 'description', key: 'description', + ellipsis: true, search: { type: 'string', },