From 931bdfcddd86c02b323f5cab7188b2b364c2b259 Mon Sep 17 00:00:00 2001 From: FLL <2162874245@qq.com> Date: Mon, 11 Aug 2025 15:04:32 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/property/community/data.ts | 2 +- .../property/visitorManagement/visitorInvitation/data.ts | 6 ++++++ apps/web-antd/vite.config.mts | 5 +++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/web-antd/src/views/property/community/data.ts b/apps/web-antd/src/views/property/community/data.ts index 8dc5734c..3e0e3d46 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/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', diff --git a/apps/web-antd/vite.config.mts b/apps/web-antd/vite.config.mts index 29bf5bc4..28b4f4cf 100644 --- a/apps/web-antd/vite.config.mts +++ b/apps/web-antd/vite.config.mts @@ -29,9 +29,10 @@ export default defineConfig(async () => { // mock代理目标地址 // target: 'http://192.168.43.169:8080', // target: 'https://by.missmoc.top/api/', - target: 'http://127.0.0.1:8080', - // target: 'http://192.168.0.106:8080', + target: 'http://192.168.1.108:8080', + // target: 'http://192.168.43.169:8080', // target: 'http://47.109.37.87:3010', + // target: 'http://4082b6ba.r8.vip.cpolar.cn', ws: true, }, }, From f7462c254e45c212ceeffb9ce0810e7fc26d90d6 Mon Sep 17 00:00:00 2001 From: FLL <2162874245@qq.com> Date: Mon, 11 Aug 2025 15:06:46 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/property/community/community-modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', From 938bb0a52a984b109608e0a0d15e52bb112671e5 Mon Sep 17 00:00:00 2001 From: FLL <2162874245@qq.com> Date: Tue, 12 Aug 2025 13:59:23 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/customerService/commonProblem/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/web-antd/src/views/property/customerService/commonProblem/index.vue 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 @@ + + + + +