修改发布增加拖动

This commit is contained in:
筱野
2025-08-31 20:19:10 +08:00
parent 721a9fab9d
commit f5aff7ce73
16 changed files with 399 additions and 115 deletions

View File

@@ -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: '仅限女生' },