Authored by xwx

Merge branch 'master' of http://113.200.75.45:82/monitor_v3/hg-monitor-web into master-v32-xwx

@@ -419,6 +419,7 @@ const faultEvent = () => { @@ -419,6 +419,7 @@ const faultEvent = () => {
419 const sendEventDiagnoseBusinessScenarios = (emit, faultNo, targetType, columns, resClass) => { 419 const sendEventDiagnoseBusinessScenarios = (emit, faultNo, targetType, columns, resClass) => {
420 420
421 var obj = { 421 var obj = {
  422 + title:'诊断业务场景',
422 columns: columns, 423 columns: columns,
423 data: [] 424 data: []
424 } 425 }
@@ -449,6 +450,7 @@ const faultEvent = () => { @@ -449,6 +450,7 @@ const faultEvent = () => {
449 const sendEventDiagnoseKpiList = (emit, faultNo, targetType) => { 450 const sendEventDiagnoseKpiList = (emit, faultNo, targetType) => {
450 451
451 var obj = { 452 var obj = {
  453 + title:'诊断指标',
452 columns: [{ 454 columns: [{
453 prop: 'kpiId', 455 prop: 'kpiId',
454 label: "指标ID", 456 label: "指标ID",