修改发布增加拖动
This commit is contained in:
@@ -50,7 +50,8 @@ export const publishBallFormSchema: FormFieldConfig[] = [
|
||||
placeholder: '请选择活动类型',
|
||||
required: true,
|
||||
props: {
|
||||
maxCount: 9
|
||||
maxCount: 9,
|
||||
source: ['album', 'history', 'preset']
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -121,7 +122,8 @@ export const publishBallFormSchema: FormFieldConfig[] = [
|
||||
defaultValue: 1,
|
||||
props: {
|
||||
showSummary: true,
|
||||
summary: '最少1人,最多4人',
|
||||
min: 1,
|
||||
max: 20,
|
||||
}
|
||||
},
|
||||
|
||||
@@ -146,6 +148,9 @@ export const publishBallFormSchema: FormFieldConfig[] = [
|
||||
type: FieldType.TEXTAREATAG,
|
||||
placeholder: '补充性别偏好、特殊要求和注意事项等信息',
|
||||
required: true,
|
||||
props: {
|
||||
maxLength: 1000,
|
||||
},
|
||||
options:[
|
||||
{ label: '仅限男生', value: '仅限男生' },
|
||||
{ label: '仅限女生', value: '仅限女生' },
|
||||
|
||||
Reference in New Issue
Block a user