From a60a17e180bb4009b6c1fddd566bd4e5a47c127c Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Wed, 27 Dec 2017 15:46:51 +0800
Subject: [PATCH] 更新

---
 src/app/routes/users/installer/installer.component.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/app/routes/users/installer/installer.component.html b/src/app/routes/users/installer/installer.component.html
index e0e3db3..4e66c78 100644
--- a/src/app/routes/users/installer/installer.component.html
+++ b/src/app/routes/users/installer/installer.component.html
@@ -6,7 +6,7 @@
         <div nz-form-item class="d-flex">
           <div nz-form-label><label for="u_name">������</label></div>
           <div nz-form-control class="flex-1">
-            <nz-input [(ngModel)]="q.u_name" name="u_name" [nzSize]="'large'" [nzPlaceHolder]="'���������'" nzId="u_name"></nz-input>
+            <nz-input [(ngModel)]="q.u_name" name="u_name" [nzSize]="'large'" [nzPlaceHolder]="'���������������'" nzId="u_name"></nz-input>
           </div>
         </div>
       </div>
@@ -14,7 +14,7 @@
         <div nz-form-item class="d-flex">
           <div nz-form-label><label for="u_mobile">������</label></div>
           <div nz-form-control class="flex-1">
-            <nz-input [(ngModel)]="q.u_mobile" name="u_mobile" [nzSize]="'large'" [nzPlaceHolder]="'���������'" nzId="u_mobile"></nz-input>
+            <nz-input [(ngModel)]="q.u_mobile" name="u_mobile" [nzSize]="'large'" [nzPlaceHolder]="'���������������'" nzId="u_mobile"></nz-input>
           </div>
         </div>
       </div>
@@ -61,7 +61,7 @@
       <th nz-th><span>������������</span></th>
       <th nz-th>
         <span>������������</span>
-        <nz-table-sort [(nzValue)]="sortMap.updatedAt" (nzValueChange)="sort('expireTime',$event)"></nz-table-sort>
+        <nz-table-sort [(nzValue)]="sortMap.updatedAt" (nzValueChange)="sort('expire_time', $event)"></nz-table-sort>
       </th>
       <th nz-th><span>������</span></th>
     </tr>
@@ -78,12 +78,12 @@
       <td nz-td>{{i.weixin}}</td>
       <td nz-td>{{i.password}}</td>
       <td nz-td>{{i.organizationId}}</td>
-      <td nz-td>{{i.createTime | _date}}</td>
-      <td nz-td>{{i.expireTime | _date}}</td>
+      <td nz-td>{{format_date(i.createTime)}}</td>
+      <td nz-td>{{format_date(i.expireTime)}}</td>
       <td nz-td>
         <a (click)="edit(i)">������</a>
         <span nz-table-divider></span>
-          <nz-popconfirm [nzTitle]="'���������������������������?'" [nzOkText]="'Yes'" [nzCancelText]="'No'" (nzOnConfirm)="popConfirm(i)" (nzOnCancel)="popCancel()">
+          <nz-popconfirm [nzTitle]="'���������������������������?'" [nzOkText]="'Yes'" [nzCancelText]="'No'" (nzOnConfirm)="delete(i)" >
             <a nz-popconfirm>������</a>
           </nz-popconfirm>
       </td>

--
Gitblit v1.8.0