You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
402 B
11 lines
402 B
3 years ago
|
<div class="box">
|
||
|
<form nz-form [formGroup]="validateForm">
|
||
|
<nz-form-item>
|
||
|
<nz-form-control nzErrorTip="请输入证照名称">
|
||
|
<nz-input-group>
|
||
|
<input nz-input type="text" formControlName="name" placeholder="请输入证照名称" />
|
||
|
</nz-input-group>
|
||
|
</nz-form-control>
|
||
|
</nz-form-item>
|
||
|
</form>
|
||
|
</div>
|