From 3d96025ede15acc784663138bfb28c7ac54e7357 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Sun, 28 Jan 2018 14:02:36 +0800
Subject: [PATCH] updates
---
src/app/routes/devices/monitor-point/monitor-point.component.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/app/routes/devices/monitor-point/monitor-point.component.html b/src/app/routes/devices/monitor-point/monitor-point.component.html
index fd431c6..deffe36 100644
--- a/src/app/routes/devices/monitor-point/monitor-point.component.html
+++ b/src/app/routes/devices/monitor-point/monitor-point.component.html
@@ -54,9 +54,11 @@
<td nz-td>
<a (click)="addOrModify(row)">������</a>
<span nz-table-divider></span>
- <nz-popconfirm [nzTitle]="'������������������'+grid.title+'���?'" [nzOkText]="'Yes'" [nzCancelText]="'No'" (nzOnConfirm)="delete(row.id)" >
+ <nz-popconfirm [nzTitle]="'������������������'+grid.title+'���?'" [nzOkText]="'Yes'" [nzCancelText]="'No'" (nzOnConfirm)="delete(row.id)" >
<a nz-popconfirm>������</a>
- </nz-popconfirm>
+ </nz-popconfirm>
+ <span nz-table-divider></span>
+ <a (click)="configCoord(row)">������������</a>
</td>
</tr>
</tbody>
--
Gitblit v1.8.0