edit
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user