Commit b632bd1f authored by wangqinghua's avatar wangqinghua

bug 修复

parent cc47e30b
export const VERSION = process.env.VERSION;
export const DEBUG_INFO_ENABLED: boolean = !!process.env.DEBUG_INFO_ENABLED;
export const SERVER_API_URL_COMS = '/coms';
export const SERVER_API_URL = '/zabbixBox';
export const SERVER_API_URL_COMS = '/comsSchool';
export const SERVER_API_URL = '/zabbixBoxSchool';
export const SERVER_API_URL_SCHOOL = '/zabbixBoxSchool';
export const SERVER_API_URL_MONITOR = '/api';
export const BUILD_TIMESTAMP = process.env.BUILD_TIMESTAMP;
......
......@@ -115,7 +115,7 @@
<nz-form-item nzFlex>
<nz-form-label [nzSpan]="8" nzFor="title">监测时长</nz-form-label>
<nz-form-control [nzSpan]="14">
{{msgObj?.businessDays}}
{{msgObj?.businessDays}}
</nz-form-control>
</nz-form-item>
</div>
......@@ -134,6 +134,7 @@
<ng-container *ngIf="msgObj?.businessWarningSymbol == '5'">等于</ng-container>
{{msgObj?.businessWarningValue || '-'}}
<br>
阈值:
<ng-container *ngIf="msgObj?.businessThresholdSymbol == '1'">大于</ng-container>
<ng-container *ngIf="msgObj?.businessThresholdSymbol == '2'">大于等于</ng-container>
<ng-container *ngIf="msgObj?.businessThresholdSymbol == '3'">小于</ng-container>
......@@ -152,9 +153,9 @@
<nz-form-item nzFlex>
<nz-form-label [nzOffset]="4" [nzSpan]="6" nzFor="title">监测数据</nz-form-label>
<nz-form-control [nzSpan]="14">
<ng-container *ngIf="msgObj?.level == '1'">运维事件</ng-container>
<ng-container *ngIf="msgObj?.level == '2'">巡检计划</ng-container>
<ng-container *ngIf="msgObj?.level == '3'">系统变更</ng-container>
<ng-container *ngIf="msgObj?.jobDataType == '1'">运维事件</ng-container>
<ng-container *ngIf="msgObj?.jobDataType == '2'">巡检计划</ng-container>
<ng-container *ngIf="msgObj?.jobDataType == '3'">系统变更</ng-container>
</nz-form-control>
</nz-form-item>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment