This commit is contained in:
Taric Xin
2022-04-08 16:16:11 +08:00
parent 21d23b8100
commit f2f4bd5066
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<div nz-row nzGutter="8">
<div nz-col nzSpan="19">
<div nz-col nzSpan="18">
<sf #sf [schema]="searchSchema" [ui]="{ '*': {grid: { span: 12 } }}" [compact]="true" [button]="'none'"></sf>
</div>
<div nz-col [nzSpan]="5" class="text-right mb-md">
<div nz-col [nzSpan]="6" class="text-right mb-md">
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
<button nz-button (click)="resetSF()">重置</button>
</div>

View File

@ -95,7 +95,7 @@ export class ETCInvoicedListComponent implements OnInit {
title: '订单类型',
ui: {
widget: 'dict-select',
params: { dictKey: 'refund:apply:status' },
params: { dictKey: 'bill:type' },
placeholder: '请选择'
}
},