This commit is contained in:
wangshiming
2022-02-22 13:41:10 +08:00
parent 29da0fbb41
commit 87ac5d9bd2
6 changed files with 22 additions and 6 deletions

View File

@ -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',