edit
This commit is contained in:
@ -52,14 +52,14 @@
|
||||
<button nz-button (click)="resetInputSF()">重置</button>
|
||||
</div>
|
||||
</div>
|
||||
<st #inputST [scroll]="{ x: '2000px' }" [data]="[]" [columns]="columns.input" [page]="{ show: false }"
|
||||
<st #inputST [scroll]="{ x: '2000px' }" [data]="service.$api_get_fico_detail_header" [columns]="columns.input" [page]="{ show: false }"
|
||||
[loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }" class="mt-md">
|
||||
<ng-template st-row="no" let-item let-index="index" let-column="column">
|
||||
{{index+1}}
|
||||
</ng-template>
|
||||
</st>
|
||||
</nz-tab>
|
||||
<nz-tab nzTitle="核销信息">
|
||||
<!-- <nz-tab nzTitle="核销信息">
|
||||
<div nz-row nzGutter="8">
|
||||
<div nz-col [nzXl]="16" [nzLg]="18" [nzSm]="24" [nzXs]="24">
|
||||
<sf #sf [schema]="infoSearchSchema"
|
||||
@ -78,6 +78,6 @@
|
||||
{{index+1}}
|
||||
</ng-template>
|
||||
</st>
|
||||
</nz-tab>
|
||||
</nz-tab> -->
|
||||
</nz-tabset>
|
||||
</nz-card>
|
||||
Reference in New Issue
Block a user