fix:修改排序以及输入框长度
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
import i18n from './i18n';
|
||||
const searchSelectInfo = { // value: 传给后台的值;label:显示给用户看的值
|
||||
severity: [ //告警级别
|
||||
{
|
||||
value: 'P2',
|
||||
label: i18n.t("alert.config.P2")
|
||||
},
|
||||
{
|
||||
value: 'P1',
|
||||
label: i18n.t("alert.config.P1")
|
||||
},
|
||||
{
|
||||
value: 'P2',
|
||||
label: i18n.t("alert.config.P2")
|
||||
},
|
||||
{
|
||||
value: 'P3',
|
||||
label: i18n.t("alert.config.P3")
|
||||
|
||||
Reference in New Issue
Block a user