fengxiang
2018-05-10 8815d4c3d666cbc96988087e9c21f9e1a9f64a06
src/app/routes/users/alarm-user/alarm-user.component.html
@@ -81,7 +81,7 @@
            <th nz-th><span>创建日期</span></th>
            <th nz-th>
               <span>过期日期</span>
               <nz-table-sort [(nzValue)]="sortMap.updatedAt" (nzValueChange)="sort('expire_time', $event)"></nz-table-sort>
               <nz-table-sort [(nzValue)]="sortMap" (nzValueChange)="sort('expire_time', $event)"></nz-table-sort>
            </th>
            <th nz-th><span>操作</span></th>
         </tr>