xufenglei
2018-03-26 ba15aacf079d1a3fd13e4594f5a94cf25dacb036
src/app/routes/reports/excel/excel.component.html
@@ -1,4 +1,4 @@
<pro-header [title]="'Excel导出'"></pro-header>
<pro-header [title]="'数据导出'"></pro-header>
<nz-card [nzBordered]="false">
   <form nz-form  (ngSubmit)="reportQuery()" [nzLayout]="'inline'">
      <div nz-row [nzGutter]="24">
@@ -20,7 +20,7 @@
                  <label nz-form-item-required>监测点</label>
               </div>
               <div nz-form-control class="flex-1">
                  <nz-select [(ngModel)]="query.monitorPoint" name="monitorPoint" nzAllowClear [nzPlaceHolder]="'请输入'" [nzFilter]="false" [nzSize]="'large'"
                  <nz-select [(ngModel)]="query.monitorPointId" name="monitorPoint" nzAllowClear [nzPlaceHolder]="'请输入'" [nzFilter]="false" [nzSize]="'large'"
                     (nzSearchChange)="searchChange($event)" [nzNotFoundContent]="'无法找到'" (ngModelChange)="monitorPointChange($event)" nzShowSearch> 
                     <nz-option *ngFor="let option of monitorPointOptions"  [nzLabel]="option['name']" [nzValue]="option['id']"> </nz-option> 
                  </nz-select>