From 4c9cd5da29ffbd2788c47130416fc8780b941103 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Mon, 29 Jan 2018 08:59:09 +0800
Subject: [PATCH] echarts

---
 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 b580411..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]="'���������������������������?'" [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