修改提交
This commit is contained in:
@@ -130,6 +130,9 @@ export const publishBallFormSchema: FormFieldConfig[] = [
|
||||
type: FieldType.NUMBERINTERVAL,
|
||||
placeholder: '请输入最少参与人数',
|
||||
defaultValue: 1,
|
||||
props: {
|
||||
showSummary: true,
|
||||
},
|
||||
rules: [
|
||||
{ min: 1, message: '最少参与人数不能为0' },
|
||||
{ max: 4, message: '最少参与人数不能超过100人' }
|
||||
@@ -144,6 +147,7 @@ export const publishBallFormSchema: FormFieldConfig[] = [
|
||||
required: true,
|
||||
props: {
|
||||
showTitle: false,
|
||||
showSummary: true,
|
||||
className: 'ntrp-range',
|
||||
step: 0.5,
|
||||
min: 1.0,
|
||||
|
||||
Reference in New Issue
Block a user