沈斌
2018-03-12 28e2efc23d3f0cca66e55ba88d7c155166990c3e
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>