fix bug
This commit is contained in:
@ -8,6 +8,7 @@ import {
|
||||
SFComponent,
|
||||
SFDateWidgetSchema,
|
||||
SFSchema,
|
||||
SFStringWidgetSchema,
|
||||
SFTextareaWidgetSchema,
|
||||
SFUISchema,
|
||||
SFUploadWidgetSchema
|
||||
@ -620,10 +621,12 @@ export class NetworkFreightNewComponent implements OnInit {
|
||||
costRate: {
|
||||
title: '成本费率',
|
||||
type: 'string',
|
||||
addOnAfter: '%',
|
||||
ui: {
|
||||
addOnAfter: '%',
|
||||
grid: { xxl: 13, xl: 18, lg: 24, md: 24 },
|
||||
placeholder: '请输入成本费率'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
required: ['website', 'costRate']
|
||||
|
||||
Reference in New Issue
Block a user