修改
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
field: 'alertLevel',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
dictType: '',
|
||||
dictType: 'alert_level',
|
||||
allowClear: true,
|
||||
},
|
||||
},
|
||||
@@ -97,7 +97,7 @@
|
||||
field: 'alertStatus',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
dictType: '',
|
||||
dictType: 'alert_status',
|
||||
allowClear: true,
|
||||
},
|
||||
},
|
||||
@@ -112,6 +112,7 @@
|
||||
sorter: true,
|
||||
width: 180,
|
||||
align: 'left',
|
||||
fixed: 'left'
|
||||
},
|
||||
{
|
||||
title: t('预警编码'),
|
||||
|
||||
Reference in New Issue
Block a user