edit
This commit is contained in:
@ -1,22 +1,17 @@
|
||||
<div class="modal-header">
|
||||
<div class="modal-title">超级管理员转授</div>
|
||||
</div>
|
||||
<form nz-form #f="ngForm" se-container="1">
|
||||
<se label="转授员工">张三(13411223344)</se>
|
||||
<form nz-form #f="ngForm" se-container="1" labelWidth="100">
|
||||
<se label="转授对象">{{i.name}}({{i.telephone}})</se>
|
||||
<se style="margin:0">
|
||||
<div class="code">为了账户安全,需超管手机验证({{ superPhone }})</div>
|
||||
</se>
|
||||
<se label="验证码">
|
||||
<div class="inputBox">
|
||||
<div nz-row [nzGutter]="8">
|
||||
<div nz-col [nzSpan]="12">
|
||||
<input nz-input name="smsVerifyCode" [(ngModel)]="smsVerifyCode" maxlength="6" placeholder="请输入短信验证码" />
|
||||
</div>
|
||||
<div nz-col [nzSpan]="12">
|
||||
<button nz-button (click)="sendCode()" [disabled]="count > 0">
|
||||
{{ count > 0 ? '请等待' + count + 's' : '发送验证码' }}
|
||||
</button>
|
||||
</div>
|
||||
<div nz-row [nzGutter]="8">
|
||||
<div nz-col [nzSpan]="12">
|
||||
<input nz-input name="smsVerifyCode" [(ngModel)]="smsVerifyCode" maxlength="6" placeholder="请输入短信验证码" />
|
||||
</div>
|
||||
<div nz-col [nzSpan]="12">
|
||||
<button nz-button (click)="sendCode()" [disabled]="count > 0">
|
||||
{{ count > 0 ? '请等待' + count + 's' : '发送验证码' }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</se>
|
||||
|
||||
Reference in New Issue
Block a user