会议管理

This commit is contained in:
FLL
2025-07-05 09:59:25 +08:00
parent e28ddabf57
commit 5e050a381c
3 changed files with 10 additions and 4 deletions

View File

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