|  |  | 
 |  |  |                       <span></span> | 
 |  |  |                     </div> | 
 |  |  |                     <div  nz-col [nzSpan]="7"> | 
 |  |  |                         <nz-input maxlength="20" [(ngModel)]="queryTest" [nzPlaceHolder]="'请输入地址(省 市 区 路 多少号)'"> | 
 |  |  |                         <nz-input #queryText maxlength="20" [nzPlaceHolder]="'请输入地址(省 市 区 路 多少号)'"> | 
 |  |  |                         </nz-input> | 
 |  |  |                     </div> | 
 |  |  |                     <div nz-col [nzSpan]="1"> | 
 |  |  |                         <button nz-button [nzType]="'primary'" [disabled]="disabled"  (click)="mapSearch($event)" class="mr-sm"> | 
 |  |  |                         <button nz-button [nzType]="'primary'"  (click)="mapSearch(queryText._value,true)" class="mr-sm"> | 
 |  |  |                             <i class="anticon anticon-search"></i><span>搜索</span> | 
 |  |  |                         </button> | 
 |  |  |                     </div> |