|  |  | 
 |  |  |                         <label>监测项目</label> | 
 |  |  |                     </div> | 
 |  |  |                     <div nz-form-control class="flex-1"> | 
 |  |  |                         <nz-popover [nzTitle]="'请选择'" [(nzVisible)]="visible" [nzPlacement]="'bottomLeft'" [nzTrigger]="'hover'"> | 
 |  |  |                         <nz-popover [nzTitle]="'请选择'" [nzPlacement]="'bottomLeft'" [nzTrigger]="'hover'"> | 
 |  |  |                             <nz-input [nzType]="'input'" nz-popover [ngModel]="sensorNames" name="sensorNames" [nzReadonly]="true" [nzPlaceHolder]="'请选择监控类型'"> | 
 |  |  |                                 <ng-template #suffix> | 
 |  |  |                                     <i class="anticon anticon-plus ant-input-search-icon"></i> | 
 
 |  |  | 
 |  |  |     ) { }     | 
 |  |  |     ngOnInit() { | 
 |  |  |         this.initPage(); | 
 |  |  |         $('.ant-table-body').on( | 
 |  |  |             'click',  | 
 |  |  |             function() { | 
 |  |  |                 alert(); | 
 |  |  |                 console.log( $('.ant-table-body').scrollLeft()); | 
 |  |  |             } | 
 |  |  |         ); | 
 |  |  |     } | 
 |  |  |     private initPage() { | 
 |  |  |         this.sensorsService.getPagingList(null, null).subscribe( |