From 8570af7c6051c3d9a516f39d597ff49e1e1e2840 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Thu, 25 Jan 2018 09:31:37 +0800 Subject: [PATCH] 设备模块 坐标 校准值 配置 等功能 --- 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