Commit 875dbda0 authored by wangqinghua's avatar wangqinghua

update

parent 6815e3a5
......@@ -146,7 +146,7 @@
</nz-form-item>
</form>
<div class="modal-footer-btn">
<button nz-button (click)="handleCheckOk()" nzType="primary">保存</button>
<button nz-button (click)="handleCheckOk()" nzType="primary">下一步</button>
</div>
</nz-tab>
<nz-tab nzTitle="阈值设置" nzDisabled="true">
......
......@@ -71,11 +71,11 @@ export class WebsiteComponent implements OnInit {
handleOk() {
if(!this.validateForm.name){
this.message.error("请输入网站名称")
this.message.error("请输入网站名称");
return false;
}
if(!this.validateForm.delay){
this.message.error("请输入更新间隔")
this.message.error("请输入更新间隔");
return false;
}
if(this.title == '添加网站监测'){
......
......@@ -76,7 +76,7 @@
<td>
{{data.scrapcount}}
</td>
<td>关联事件</td>
<td>{{data.eventSum}}</td>
<td class="handle text-center">
<span (click)="goToChild(data)">明细</span>
<span (click)="deleteChildType(data)">删除</span>
......
......@@ -81,9 +81,10 @@
</td>
<td>{{data.createTime | date:"yyyy-MM-dd HH:mm:ss"}}</td>
<td>
事件来源
<span *ngIf="data.source == 0">系统告警</span>
<span *ngIf="data.source == 1">手动新增</span>
</td>
<td>时间分类</td>
<td>{{data.typeName}}</td>
<td>
{{data.operators[0]?.username}}
</td>
......
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