diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue
index 7818984..8a13447 100644
--- a/src/components/doctorCheck/ButtonList.vue
+++ b/src/components/doctorCheck/ButtonList.vue
@@ -623,7 +623,7 @@ export default {
                         maxResultCount: 1000
                     }
 
-                    postapi('/api/patientregister/getpeisrecordlist', body).then(res => {
+                    postapi('/api/app/PatientRegister/GetDoctorPeisRecordList', body).then(res => {
                         if (res.code != -1) this.medicalStartDateDatas = res.data.items
                     })
 
diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue
index dcb9663..a31a0da 100644
--- a/src/components/doctorCheck/PatientRegisterList.vue
+++ b/src/components/doctorCheck/PatientRegisterList.vue
@@ -84,16 +84,16 @@
           
{{ scope.row.customerOrgParentName ? scope.row.customerOrgName : "" }}
         
       
-      
-      
+      
+      
         
           {{ dddw(dict.sex, "id", scope.row.sexId, "displayName") }}
         
       
-      
-      
-      
-      
+      
+      
+      
+      
       
         
           
@@ -104,28 +104,28 @@
           
         
       
-      
+      
         
           
             {{ dddw(dict.nation, "id", scope.row.nationId, "displayName") }}
           
         
       
-      
-      
+      
+      
         
           
             {{ lmoment(scope.row.birthDate, "yyyy-MM-DD") }}
           
         
       
-      
-      
-      
-      
+      
+      
+      
+      
       
       
-      
+      
         
           
             {{ dddw(dict.maritalStatus, "id", scope.row.maritalStatusId, "displayName") }}
@@ -146,16 +146,16 @@
           
         
       
-      
+      
       
       
-      
+      
         
           {{ scope.row.isVip == "Y" ? "是" : "否" }}
         
       
       
-      
+      
         
           {{ lmoment(scope.row.creationTime, "yyyy-MM-DD") }}
         
@@ -461,8 +461,7 @@ export default {
       // });
       body = Object.assign(body, this.loadOpts)
       let url = '/api/app/PatientRegister/GetSumDoctorPeisRecordList'
-      if(this.win == "doctorCheck") url = '/api/app/PatientRegister/GetDoctorPeisRecordList'
-      
+      if(this.win == "doctorCheck") url = '/api/app/PatientRegister/GetDoctorPeisRecordList'      
 
       postapi(url, body)
         .then((res) => {
diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue
index e5ae435..fecd9d3 100644
--- a/src/components/patientRegister/PatientRegisterList.vue
+++ b/src/components/patientRegister/PatientRegisterList.vue
@@ -325,15 +325,15 @@ export default {
         { label: "身份证", prop: "idNo", minWidth: 150, align: "center" },
         { label: "出生日期", prop: "birthDate", minWidth: 80, align: "center" },
         { label: "邮箱", prop: "email", minWidth: 150, align: "center" },
-        { label: "手机", prop: "mobileTelephone", minWidth: 100, align: "center" },
-        { label: "电话", prop: "telephone", minWidth: 100, align: "center" },
-        { label: "地址", prop: "address", minWidth: 300, align: "" },
+        { label: "手机", prop: "mobileTelephone", minWidth: 130, align: "center" },
+        { label: "电话", prop: "telephone", minWidth: 130, align: "center" },
+        { label: "地址", prop: "address", minWidth: 400, align: "" },
         { label: "体检卡号", prop: "medicalCardNo", minWidth: 80, align: "center" },
         { label: "工卡号", prop: "jobCardNo", minWidth: 80, align: "center" },
         { label: "婚姻状况", prop: "maritalStatusId", minWidth: 80, align: "center" },
         { label: "体检类别", prop: "medicalTypeId", minWidth: 80, align: "center" },
         { label: "人员类别", prop: "personnelTypeId", minWidth: 80, align: "center" },
-        { label: "职务", prop: "jobPost", minWidth: 80, align: "center" },
+        { label: "职务", prop: "jobPost", minWidth: 200, align: "center" },
         { label: "职称", prop: "jobTitle", minWidth: 80, align: "center" },
         { label: "介绍人", prop: "salesman", minWidth: 80, align: "center" },
         { label: "是否VIP", prop: "isVip", minWidth: 80, align: "center" },
diff --git a/src/components/report/PatientRegisterListNobtn.vue b/src/components/report/PatientRegisterListNobtn.vue
index 1c279ee..4dc2206 100644
--- a/src/components/report/PatientRegisterListNobtn.vue
+++ b/src/components/report/PatientRegisterListNobtn.vue
@@ -22,11 +22,11 @@
         
         
         
-        
+        
         
         
-        
-        
+        
+        
         
         
           
@@ -39,15 +39,15 @@
             
           
         
-        
+        
           
             
               {{ dddw(dict.nation, "nationId", scope.row.nationId, "displayName") }}
             
           
         
-        
-        
+        
+        
           
             
               {{ lmoment(scope.row.birthDate, "yyyy-MM-DD") }}
@@ -55,12 +55,12 @@
           
         
         
-        
-        
-        
+        
+        
+        
         
         
-        
+        
           
             
               {{ dddw(dict.maritalStatus, "id", scope.row.maritalStatusId, "displayName") }}
@@ -90,7 +90,7 @@
           
         
         
-        
+        
           
             
               {{ lmoment(scope.row.creationTime, "yyyy-MM-DD") }}
@@ -102,7 +102,6 @@
             
{{ scope.row.isUpload == "Y" ? "是" : "否" }}
           
         
-