fix: bug#12135

This commit is contained in:
xieyonghong 2023-04-24 17:52:56 +08:00
parent 8d817c5365
commit 0a3070f3df
1 changed files with 4 additions and 0 deletions

View File

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