This commit is contained in:
Taric Xin
2021-12-28 20:55:49 +08:00
parent 571bf8728d
commit 128e785a41
9 changed files with 128 additions and 47 deletions

View File

@ -126,9 +126,9 @@ export class FreightAccountComponent implements OnInit {
title: '创建时间',
type: 'string',
ui: {
widget: 'date',
mode: 'range',
widget: 'sl-from-to-search',
format: 'yyyy-MM-dd',
placeholder: '请选择',
visibleIf: {
expand: (value: boolean) => value
}
@ -168,7 +168,9 @@ export class FreightAccountComponent implements OnInit {
tenantName: item.tenantName,
ltdName: item.ltdName,
bankType: item.bankType,
availableBalance: item.availableBalance,
projectId: item.projectId,
enterpriseId: item.enterpriseId,
roleId: item.roleId,
ltdid: item.ltdid
}