From c5b814dcf5ae60e89169dadf6cb039261bb23a23 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 19 Dec 2017 16:26:41 +0800
Subject: [PATCH] updates

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

diff --git a/src/app/routes/users/installer/installer.component.html b/src/app/routes/users/installer/installer.component.html
index 95b13ef..e0e3db3 100644
--- a/src/app/routes/users/installer/installer.component.html
+++ b/src/app/routes/users/installer/installer.component.html
@@ -1,6 +1,6 @@
 <pro-header [title]="'������������������'"></pro-header>
 <nz-card [nzBordered]="false">
-  <form nz-form (ngSubmit)="getData()" [nzLayout]="'inline'">
+  <form nz-form (ngSubmit)="load(true)" [nzLayout]="'inline'">
     <div nz-row [nzGutter]="24">
       <div nz-col [nzSpan]="8" class="mb-md">
         <div nz-form-item class="d-flex">
@@ -20,7 +20,7 @@
       </div>
       <div nz-col [nzSpan]="8" class="mb-md">
         <button nz-button type="submit" [nzType]="'primary'" [nzLoading]="loading" [nzSize]="'large'">������</button>
-        <button nz-button type="reset" (click)="getData()" [nzSize]="'large'" class="mx-sm">������</button>
+        <button nz-button type="reset" (click)="load(true)" [nzSize]="'large'" class="mx-sm">������</button>
       </div>
     </div>
   </form>
@@ -53,16 +53,15 @@
         <label nz-checkbox [(ngModel)]="allChecked" [nzIndeterminate]="indeterminate" (ngModelChange)="checkAll($event)"></label>
       </th>
       <th nz-th><span>������</span></th>
-      <th nz-th><span>������</span></th>
       <th nz-th><span>������</span></th>
       <th nz-th><span>������������</span></th>
       <th nz-th><span>���������</span></th>
       <th nz-th><span>������</span></th>
       <th nz-th><span>������</span></th>
-      <th nz-th><span>������</span></th>
+      <th nz-th><span>������������</span></th>
       <th nz-th>
-        <span>������</span>
-        <nz-table-sort [(nzValue)]="sortMap.updatedAt" (nzValueChange)="sort('updatedAt',$event)"></nz-table-sort>
+        <span>������������</span>
+        <nz-table-sort [(nzValue)]="sortMap.updatedAt" (nzValueChange)="sort('expireTime',$event)"></nz-table-sort>
       </th>
       <th nz-th><span>������</span></th>
     </tr>
@@ -74,14 +73,13 @@
         </label>
       </td>
       <td nz-td>{{i.name}}</td>
-      <td nz-td>{{i.sex}}</td>
       <td nz-td>{{i.mobile}}</td>
       <td nz-td>{{i.email}}</td>
       <td nz-td>{{i.weixin}}</td>
       <td nz-td>{{i.password}}</td>
-      <td nz-td>{{i.organization}}</td>
-      <td nz-td>{{i.nickname}}</td>
-      <td nz-td>{{i.updatedAt | _date}}</td>
+      <td nz-td>{{i.organizationId}}</td>
+      <td nz-td>{{i.createTime | _date}}</td>
+      <td nz-td>{{i.expireTime | _date}}</td>
       <td nz-td>
         <a (click)="edit(i)">������</a>
         <span nz-table-divider></span>

--
Gitblit v1.8.0