From 4a4c7f1db802b8e316c4c72ba59f69c3f8f8281c Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 29 Jan 2018 15:24:08 +0800
Subject: [PATCH] 去除mock前保存

---
 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