From 0d5acd3fcb9828865fe45685227c4801e39595bb Mon Sep 17 00:00:00 2001 From: TimSpan Date: Sat, 14 Sep 2024 09:55:00 +0800 Subject: [PATCH 1/2] Update index.vue --- collect_information/src/subPages/pages/policeManager/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collect_information/src/subPages/pages/policeManager/index.vue b/collect_information/src/subPages/pages/policeManager/index.vue index f48865c..e8d67a4 100644 --- a/collect_information/src/subPages/pages/policeManager/index.vue +++ b/collect_information/src/subPages/pages/policeManager/index.vue @@ -9,7 +9,7 @@ {{ item?.provinceName }}{{ item.cityName }}{{ item.districtsName }}{{ item.streetName }} - 项目负责人:{{ item?.contactPersonInfo.name }} + 联系人:{{ item?.contactPersonInfo.name }} 电话:{{ item?.contactPersonInfo.telephone }} From 55c9bfa19b5538cd171c8cba14e40c7a845afe2b Mon Sep 17 00:00:00 2001 From: wangyilin <1454641981@qq.com> Date: Sat, 14 Sep 2024 11:09:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/subPages/pages/form/form.vue | 62 ++++++------------- .../pages/projectDetails/projectDetails.vue | 48 ++++++++------ .../types/pages/form/index.d.ts | 12 ++-- 3 files changed, 56 insertions(+), 66 deletions(-) diff --git a/collect_information/src/subPages/pages/form/form.vue b/collect_information/src/subPages/pages/form/form.vue index ccb86ec..adf3386 100644 --- a/collect_information/src/subPages/pages/form/form.vue +++ b/collect_information/src/subPages/pages/form/form.vue @@ -4,7 +4,7 @@ - + {{ item.label }} @@ -15,7 +15,8 @@ - + {{formData.dateOfBirth || "请填写出生年月"}} + @@ -50,38 +51,22 @@ diff --git a/collect_information/types/pages/form/index.d.ts b/collect_information/types/pages/form/index.d.ts index 991e90c..92dca04 100644 --- a/collect_information/types/pages/form/index.d.ts +++ b/collect_information/types/pages/form/index.d.ts @@ -1,11 +1,15 @@ -interface formDate { - snowFlakeId?:string; - name: string; +import {Dayjs} from "dayjs"; + +export interface formDate { + snowFlakeId?: string; + serviceProjectId: string; + name?: string; workPost?:string; + telephone?: string; sex:number; nativePlace?:string; idCard:string; - dateOfBirth?:string; + dateOfBirth?:Dayjs; securityNumber?:string; remark?:string; homeAddress?: string