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