NEZ-1876 fix:Endpoint 批量修改页面开发

This commit is contained in:
zhangyu
2022-06-02 15:17:09 +08:00
parent 917f4d6ef6
commit a78af4fa07
7 changed files with 305 additions and 12 deletions

View File

@@ -184,7 +184,13 @@ export const asset = {
dateTime: 'dateTime'
}
}
export const endpoint = {
editTypeOptions: [
{ value: 1, label: i18n.t('endpoint.metricLabel') },
{ value: 2, label: i18n.t('endpoint.metricEnable') },
{ value: 3, label: i18n.t('endpoint.logEnable') }
],
}
export const alertMessage = {
severityData: [
{ value: 'P1', label: i18n.t('alert.config.P1') },