| | |
| | | </nz-table> |
| | | </nz-card> |
| | | <!-- 修改密码弹窗 --> |
| | | <nz-modal [nzVisible]="resetPwdWindowIsVisible" [nzTitle]="'修改密码'" [nzContent]="modalContent" (nzOnCancel)="resetPwdCancel($event)" |
| | | (nzOnOk)="resetPwdOk($event)" [nzConfirmLoading]="isResetPwdLoading"> |
| | | <nz-modal [nzVisible]="resetPwdWindowIsVisible" [nzTitle]="'修改密码'" [nzContent]="modalContent" (nzOnCancel)="resetPwdCancel()" |
| | | (nzOnOk)="resetPwdOk()" [nzConfirmLoading]="isResetPwdLoading"> |
| | | <ng-template #modalContent> |
| | | <form nz-form [formGroup]="resetPwdForm"> |
| | | <div nz-form-item nz-row> |
| | | <div nz-form-label nz-col [nzSm]="6" [nzXs]="24"> |
| | | <label for="accountName" >账号</label> |
| | | </div> |
| | | <div nz-form-control nz-col [nzSm]="14" [nzXs]="24" nzHasFeedback> |
| | | <div nz-form-control nz-col [nzSm]="14" [nzXs]="24"> |
| | | <nz-input [nzSize]="'large'" nzReadonly="true" formControlName="accountName" [nzId]="'accountName'"></nz-input> |
| | | </div> |
| | | </div> |