| | |
| | | <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"> |
| | |
| | | </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> |