-
This commit is contained in:
		| @ -5,10 +5,8 @@ | ||||
|  | ||||
|     </div> | ||||
|   </div> --> | ||||
|   <sf [schema]="schema" [mode]="'search'" [ui]="ui" [button]="'none'" (formSubmit)="st.load(1)" (formReset)="resetSF()" | ||||
|     #sf> | ||||
|     <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="service.http.loading" | ||||
|       (click)="st?.load(1)">查询</button> | ||||
|   <sf [schema]="schema" [mode]="'search'" [ui]="ui" [button]="'none'" #sf> | ||||
|     <button nz-button nzType="primary" [disabled]="!sf.valid" (click)="st?.load(1)">查询</button> | ||||
|     <button nz-button (click)="resetSF()">重置</button> | ||||
|     <button nz-button (click)="export()" nzType="primary" nzGhost>导出</button> | ||||
|   </sf> | ||||
|  | ||||
| @ -8,7 +8,7 @@ | ||||
|     </div> | ||||
|     <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand" | ||||
|       class="text-right"> | ||||
|       <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button> | ||||
|       <button nz-button nzType="primary" (click)="st?.load(1)">查询</button> | ||||
|       <button nz-button (click)="resetSF()">重置</button> | ||||
|       <button nz-button> 导出</button> | ||||
|       <button nz-button nzType="link" (click)="expandToggle()"> | ||||
| @ -44,7 +44,7 @@ | ||||
|   <st #st [data]="service.$api_get_refund_page" [columns]="columns" [req]="{  process: beforeReq }" | ||||
|     [loading]="service.http.loading" [scroll]="{ x:'1200px' }" (change)="stChange($event)" | ||||
|     [res]="{ reName: { list: 'data.records', total: 'data.total' }, process: afterRes }" | ||||
|     [page]="{ show: true,  pageSizes:  [10, 20, 50, 100, 200, 500] }" [loading]="service.http.loading"> | ||||
|     [page]="{ show: true,  pageSizes:  [10, 20, 50, 100, 200, 500] }"> | ||||
|     <ng-template st-row="bankCardNumber" let-item let-index="index" let-column="column"> | ||||
|       {{ item.bankName }} <br> {{ item.bankCardNumber }} | ||||
|     </ng-template> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user