热门活动

This commit is contained in:
FLL
2025-08-19 14:41:18 +08:00
parent 5ff3cd67d0
commit 957827e0e4
6 changed files with 611 additions and 9 deletions

View File

@@ -206,13 +206,14 @@ export const modalSchema: FormSchemaGetter = () => [
// triggerFields: ['bookingParkingSpace'],
// },
// },
// {
// label: '人脸图片',
// fieldName: 'facePictures',
// component: 'ImageUpload',
// componentProps: {
// maxCount: 1,
// },
// formItemClass: 'col-span-2',
// },
{
label: '人脸图片',
fieldName: 'facePictures',
component: 'ImageUpload',
componentProps: {
maxCount: 1,
},
formItemClass: 'col-span-2',
rules: 'required',
},
];