预约记录

This commit is contained in:
FLL
2025-07-10 16:20:21 +08:00
parent 2373bd4957
commit f642b56e55
3 changed files with 4 additions and 2 deletions

View File

@@ -189,6 +189,6 @@ export const modalSchema: FormSchemaGetter = () => [
{
label: '备注',
fieldName: 'remark',
component: 'Input',
component: 'Textarea',
},
];