Browse Source

[修改]修改input名称

zhuzhou
邵佳豪 3 years ago
parent
commit
689e5c1573
  1. 2
      src/app/gis-management/gis-labeling/gis-labeling.component.html

2
src/app/gis-management/gis-labeling/gis-labeling.component.html

@ -5,7 +5,7 @@
<!-- 左上搜索框 -->
<div class="searchInput">
<div style="height: 36px; overflow: hidden; position: relative;">
<input type="text" [(ngModel)]="searchText" placeholder="请输入地址">
<input type="text" [(ngModel)]="searchText" placeholder="请输入单位名称">
<!-- *ngIf="searchText || allCompany.length" -->
<label class="clearIcon" title="清除" (click)='clear()'>×</label>
<button (click)='search()'><mat-icon>search</mat-icon></button>

Loading…
Cancel
Save