|
|
|
@ -8,7 +8,9 @@
|
|
|
|
|
<div style="height: 36px; overflow: hidden; position: relative;"> |
|
|
|
|
<input type="text" [(ngModel)]="searchText" placeholder="请输入地址"> |
|
|
|
|
<!-- *ngIf="searchText || allCompany.length" --> |
|
|
|
|
<label class="clearIcon" title="清除" (click)='clear()'>×</label> |
|
|
|
|
<label class="clearIcon" title="清除" (click)='clear()'> |
|
|
|
|
<img src="../../../assets/images/close2.png" alt=""> |
|
|
|
|
</label> |
|
|
|
|
<button (click)='search()'><mat-icon>search</mat-icon></button> |
|
|
|
|
</div> |
|
|
|
|
<div class="searchDataDiv"> |
|
|
|
|