This commit is contained in:
wangshiming
2022-03-23 19:51:40 +08:00
parent 3aea263ba1
commit 488b4f6dab
8 changed files with 8 additions and 8 deletions

View File

@ -233,7 +233,7 @@ export class insuranceManagementListComponent implements OnInit {
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
placeholder: '请选择货主',
visibleIf: {
_$expand: (value: boolean) => value
},

View File

@ -220,7 +220,7 @@ export class OrderManagementBulkComponent implements OnInit {
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
placeholder: '请选择货主',
visibleIf: {
_$expand: (value: boolean) => value
},

View File

@ -179,7 +179,7 @@ export class OrderManagementComplianceAuditComponent implements OnInit {
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
placeholder: '请选择货主',
visibleIf: {
_$expand: (value: boolean) => value
},

View File

@ -183,7 +183,7 @@ export class OrderManagementReceiptsAuditComponent implements OnInit {
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
placeholder: '请选择货主',
visibleIf: {
_$expand: (value: boolean) => value
},

View File

@ -237,7 +237,7 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择'
placeholder: '请选择货主',
} as SFSelectWidgetSchema
},
loadingPlace: {

View File

@ -425,7 +425,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
placeholder: '请选择货主',
visibleIf: {
_$expand: (value: boolean) => value
}

View File

@ -152,7 +152,7 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
placeholder: '请选择货主',
visibleIf: {
_$expand: (value: boolean) => value
}

View File

@ -116,7 +116,7 @@ export class WaybillManagementVehicleComponent implements OnInit {
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
placeholder: '请选择货主',
visibleIf: {
_$expand: (value: boolean) => value
},