feat: asset二级endpoint增加导入导出按钮等
1.asset二级endpoint增加导入导出按钮 2.asset/alertRule二级alertMessage页面初始参数
This commit is contained in:
@@ -57,6 +57,16 @@
|
||||
value: '1',
|
||||
label:i18n.t('asset.pingActive')
|
||||
}
|
||||
],
|
||||
alertMessageState: [
|
||||
{
|
||||
value: '1',
|
||||
label:i18n.t('alert.list.pending')
|
||||
},
|
||||
{
|
||||
value: '2',
|
||||
label:i18n.t('alert.list.expired')
|
||||
}
|
||||
]
|
||||
};
|
||||
export default searchSelectInfo;
|
||||
|
||||
Reference in New Issue
Block a user