fix: bug#12135
This commit is contained in:
parent
8d817c5365
commit
0a3070f3df
|
@ -65,6 +65,7 @@ const columns = [
|
||||||
dataIndex: 'handleTime',
|
dataIndex: 'handleTime',
|
||||||
key: 'handleTime',
|
key: 'handleTime',
|
||||||
scopedSlots: true,
|
scopedSlots: true,
|
||||||
|
width: 180,
|
||||||
search: {
|
search: {
|
||||||
type: 'date',
|
type: 'date',
|
||||||
},
|
},
|
||||||
|
@ -74,6 +75,7 @@ const columns = [
|
||||||
title: '处理类型',
|
title: '处理类型',
|
||||||
key: 'handleType',
|
key: 'handleType',
|
||||||
scopedSlots: true,
|
scopedSlots: true,
|
||||||
|
width: 120,
|
||||||
search: {
|
search: {
|
||||||
type: 'select',
|
type: 'select',
|
||||||
options: [
|
options: [
|
||||||
|
@ -96,11 +98,13 @@ const columns = [
|
||||||
search: {
|
search: {
|
||||||
type: 'date',
|
type: 'date',
|
||||||
},
|
},
|
||||||
|
width:180,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '告警处理',
|
title: '告警处理',
|
||||||
dataIndex: 'description',
|
dataIndex: 'description',
|
||||||
key: 'description',
|
key: 'description',
|
||||||
|
ellipsis: true,
|
||||||
search: {
|
search: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue