This commit is contained in:
FLL
2025-08-11 15:04:32 +08:00
parent ac30c32fcc
commit 931bdfcddd
3 changed files with 10 additions and 3 deletions

View File

@@ -141,6 +141,12 @@ export const modalSchema: FormSchemaGetter = () => [
component: 'Input',
rules: 'required',
},
{
label: '邀约单位',
fieldName: 'interviewedUnit',
component: 'Input',
rules: 'required',
},
{
label: '联系电话',
fieldName: 'interviewedPhone',