edit
This commit is contained in:
@ -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>
|
||||
|
||||
@ -95,7 +95,7 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
title: '订单类型',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'refund:apply:status' },
|
||||
params: { dictKey: 'bill:type' },
|
||||
placeholder: '请选择'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user