|
|
|
@ -75,11 +75,11 @@
|
|
|
|
|
<div class="queryField" style="margin-left: 100px;"> |
|
|
|
|
<label style="margin-right: 10px;">完整度查询:</label> |
|
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
|
<input type="number" oninput="if(value>1)value=1;if(value<0)value=0" matInput placeholder="请输入完整度最小值" name="companyName" [(ngModel)]="integrityScoreMin" autocomplete="off"> |
|
|
|
|
<input type="number" oninput="if(value>1)value=1;if(value<0)value=0" matInput placeholder="请输入完整度最小值" name="integrityScoreMin" [(ngModel)]="integrityScoreMin" autocomplete="off"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
🠊 |
|
|
|
|
<mat-form-field class="example-full-width" style="margin-left: 5px;"> |
|
|
|
|
<input type="number" oninput="if(value>1)value=1;if(value<0)value=0" matInput placeholder="请输入完整度最大值" name="companyName" [(ngModel)]="integrityScoreMax" autocomplete="off"> |
|
|
|
|
<input type="number" oninput="if(value>1)value=1;if(value<0)value=0" matInput placeholder="请输入完整度最大值" name="integrityScoreMax" [(ngModel)]="integrityScoreMax" autocomplete="off"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|