This commit is contained in:
Taric Xin
2022-04-11 15:00:51 +08:00
parent c29aadf0c6
commit 3bb613aa35
3 changed files with 12 additions and 16 deletions

View File

@ -151,8 +151,8 @@ export class PaymentRecordComponent implements OnInit {
title: '车队长收款', title: '车队长收款',
enum: [ enum: [
{ label: '全部', value: '' }, { label: '全部', value: '' },
{ label: '否', value: 0 }, { label: '否', value: '0' },
{ label: '是', value: 1 } { label: '是', value: '1' }
], ],
ui: { ui: {
widget: 'select', widget: 'select',

View File

@ -29,8 +29,7 @@
[ui]="{ '*': { spanLabelFixed: 90,grid: { lg: 8, md: 12, sm: 12, xs: 24,gutter:15 } }}" [compact]="true" [ui]="{ '*': { spanLabelFixed: 90,grid: { lg: 8, md: 12, sm: 12, xs: 24,gutter:15 } }}" [compact]="true"
[button]="'none'"></sf> [button]="'none'"></sf>
</div> </div>
<div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" [class.expend-options]="_$expand" <div nz-col [nzXl]="_$expand ? 24 : 6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
class="text-right">
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button> <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
<button nz-button (click)="resetSF()">重置</button> <button nz-button (click)="resetSF()">重置</button>
<button nz-button> 导出</button> <button nz-button> 导出</button>

View File

@ -177,15 +177,15 @@ export class WithdrawalsRecordComponent {
placeholder: '请输入' placeholder: '请输入'
} }
}, },
refundStatus: { // refundStatus: {
type: 'string', // type: 'string',
title: '提现状态', // title: '提现状态',
ui: { // ui: {
widget: 'dict-select', // widget: 'dict-select',
params: { dictKey: 'refund:apply:status' }, // params: { dictKey: 'refund:apply:status' },
placeholder: '请选择' // placeholder: '请选择'
} // }
}, // },
createTime: { createTime: {
title: '提现时间', title: '提现时间',
type: 'string', type: 'string',
@ -201,9 +201,6 @@ export class WithdrawalsRecordComponent {
title: '账户名称', title: '账户名称',
ui: { ui: {
placeholder: '请输入', placeholder: '请输入',
visibleIf: {
expand: (value: boolean) => value
}
} }
}, },
accountType: { accountType: {