fix bug
This commit is contained in:
@ -297,6 +297,7 @@ export class NetworkFreightNewComponent implements OnInit {
|
||||
title1: { title: '', type: 'string', ui: { widget: 'custom' } },
|
||||
tips: { title: '', type: 'string', ui: { widget: 'custom', offsetControl: 6 } },
|
||||
licensePhoto: { title: '', type: 'string', ui: { hidden: true } },
|
||||
tipsS: { title: '', type: 'string', ui: { widget: 'custom', offsetControl: 6 } },
|
||||
licensePhotoWatermark: {
|
||||
type: 'string',
|
||||
title: '营业执照',
|
||||
@ -311,6 +312,7 @@ export class NetworkFreightNewComponent implements OnInit {
|
||||
}
|
||||
} as SFUploadWidgetSchema
|
||||
},
|
||||
|
||||
enterpriseName: {
|
||||
title: '公司名称',
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user