feat:保洁设置添加保洁内容

This commit is contained in:
2025-09-10 09:58:44 +08:00
parent b8c6f2f28f
commit f3117de0d6
2 changed files with 8 additions and 2 deletions

View File

@@ -174,6 +174,13 @@ export const modalSchema: FormSchemaGetter = () => [
// },
// rules: 'required',
// },
{
label: '保洁内容',
fieldName: 'cleanContent',
component: 'Textarea',
rules: 'required',
formItemClass: 'col-span-2',
},
{
label: '状态',
fieldName: 'stater',