diff --git a/apps/web-antd/src/views/property/community/community-modal.vue b/apps/web-antd/src/views/property/community/community-modal.vue index c35956bc..964d1d76 100644 --- a/apps/web-antd/src/views/property/community/community-modal.vue +++ b/apps/web-antd/src/views/property/community/community-modal.vue @@ -30,7 +30,7 @@ const [BasicForm, formApi] = useVbenForm({ // 默认占满两列 formItemClass: 'col-span-1', // 默认label宽度 px - labelWidth: 80, + labelWidth: 90, // 通用配置项 会影响到所有表单项 componentProps: { class: 'w-full', diff --git a/apps/web-antd/src/views/property/community/data.ts b/apps/web-antd/src/views/property/community/data.ts index 770114f1..7e2697eb 100644 --- a/apps/web-antd/src/views/property/community/data.ts +++ b/apps/web-antd/src/views/property/community/data.ts @@ -182,7 +182,7 @@ export const modalSchema: FormSchemaGetter = () => [ component: 'Textarea', }, { - label: '人像图片', + label: '社区/园区图片', fieldName: 'img', component: 'ImageUpload', componentProps: { diff --git a/apps/web-antd/src/views/property/customerService/commonProblem/index.vue b/apps/web-antd/src/views/property/customerService/commonProblem/index.vue new file mode 100644 index 00000000..8300c0b3 --- /dev/null +++ b/apps/web-antd/src/views/property/customerService/commonProblem/index.vue @@ -0,0 +1,11 @@ + + + + + diff --git a/apps/web-antd/src/views/property/visitorManagement/visitorInvitation/data.ts b/apps/web-antd/src/views/property/visitorManagement/visitorInvitation/data.ts index abe88315..ccbcfa04 100644 --- a/apps/web-antd/src/views/property/visitorManagement/visitorInvitation/data.ts +++ b/apps/web-antd/src/views/property/visitorManagement/visitorInvitation/data.ts @@ -141,6 +141,12 @@ export const modalSchema: FormSchemaGetter = () => [ component: 'Input', rules: 'required', }, + { + label: '邀约单位', + fieldName: 'interviewedUnit', + component: 'Input', + rules: 'required', + }, { label: '联系电话', fieldName: 'interviewedPhone',