资金信息
This commit is contained in:
		| @ -0,0 +1,15 @@ | ||||
| <nz-spin [nzSpinning]="service.http.loading"></nz-spin> | ||||
| <st #st [scroll]="{x:'1000px'}" [data]="service.$api_order_reporting_page" [columns]="columns" | ||||
|   [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }" | ||||
|   [res]="{ reName: { list: 'data.records', total: 'data.total' } }" [page]="{ show: false}" [loading]="false" | ||||
|   [bordered]="true"> | ||||
|   <ng-template st-row="freightDetails" let-item> | ||||
|     <div *ngFor="let item of item.freightDetails"> | ||||
|       <div>{{item.expenseName}}:{{item.price | currency}} </div> | ||||
|     </div> | ||||
|   </ng-template> | ||||
| </st> | ||||
|  | ||||
| <div class="modal-footer"> | ||||
|   <button nz-button type="submit" nzType="primary" (click)="close()">确定</button> | ||||
| </div> | ||||
		Reference in New Issue
	
	Block a user