Browse Source

6月2日杨青

杨青 1 year ago
parent
commit
630c9591a4

+ 2 - 2
src/router/index.js View File

@@ -8,6 +8,7 @@ import device from './modules/device'
8 8
 import dialysis from './modules/dialysis'
9 9
 import patient from './modules/patient'
10 10
 import qcd from './modules/qcd'
11
+// import Dialysisanalysis from './modules/Dialysisanalysis'//
11 12
 import role from './modules/role'
12 13
 import stock from './modules/stock'
13 14
 import weight_sign from './modules/weight_sign'
@@ -172,7 +173,6 @@ var _asy_router_map = [
172 173
 
173 174
   otherManagement,
174 175
   qcd,
175
-  // qualitycontrol,//透析分析5/29
176 176
  
177 177
   device,
178 178
   org,
@@ -204,7 +204,7 @@ var _asy_router_map = [
204 204
   integration,
205 205
   basicConfig,
206 206
   supply,
207
-  Dialysisanalysis,// 新菜单6.1
207
+  // Dialysisanalysis,// 新菜单6.1
208 208
 ]
209 209
 
210 210
 var is_asy_router = process.env.NODE_ENV === 'production' // true; 设置为 true 强制进行路由验证

+ 82 - 82
src/router/modules/Dialysisanalysis.js View File

@@ -3,7 +3,7 @@ import Layout from '@/views/layout/Layout'
3 3
 export default {
4 4
   path: '/Dialysisanalysis',
5 5
   component: Layout,
6
-  redirect: '/Dialysisanalysis/qualitycontrol/thyroidGland',
6
+  redirect: 'noredirect',
7 7
   name: 'Dialysisanalysis',
8 8
   alwaysShow: true,
9 9
   meta: {
@@ -20,87 +20,87 @@ export default {
20 20
         noCache: true
21 21
       }
22 22
     },
23
-    // {
24
-    //   path: '/Dialysisanalysis/hemoglobin',
25
-    //   component: () => import('@/xt_pages/Dialysisanalysis/hemoglobin/index'),
26
-    //   name: 'index',
27
-    //   meta: {
28
-    //     title: '血红蛋白',
29
-    //     noCache: true
30
-    //   }
31
-    // },
32
-    // {
33
-    //   path: '/Dialysisanalysis/bloodPotassium',
34
-    //   component: () => import('@/xt_pages/Dialysisanalysis/bloodPotassium/index'),
35
-    //   name: 'index',
36
-    //   meta: {
37
-    //     title: '血钾',
38
-    //     noCache: true
39
-    //   }
40
-    // },
41
-    // {
42
-    //   path: '/Dialysisanalysis/albumin',
43
-    //   component: () => import('@/xt_pages/Dialysisanalysis/albumin/index'),
44
-    //   name: 'index',
45
-    //   meta: {
46
-    //     title: '白蛋白',
47
-    //     noCache: true
48
-    //   }
49
-    // },
50
-    // {
51
-    //   path: '/Dialysisanalysis/bloodPhosphorus',
52
-    //   component: () => import('@/xt_pages/Dialysisanalysis/bloodPhosphorus/index'),
53
-    //   name: 'index',
54
-    //   meta: {
55
-    //     title: '血磷',
56
-    //     noCache: true
57
-    //   }
58
-    // },
59
-    // {
60
-    //   path: '/Dialysisanalysis/calcium',
61
-    //   component: () => import('@/xt_pages/Dialysisanalysis/calcium/index'),
62
-    //   name: 'index',
63
-    //   meta: {
64
-    //     title: '钙',
65
-    //     noCache: true
66
-    //   }
67
-    // },
68
-    // {
69
-    //   path: '/Dialysisanalysis/platelets',
70
-    //   component: () => import('@/xt_pages/Dialysisanalysis/platelets/index'),
71
-    //   name: 'index',
72
-    //   meta: {
73
-    //     title: '血小板',
74
-    //     noCache: true
75
-    //   }
76
-    // },
77
-    // {
78
-    //   path: '/Dialysisanalysis/otherIndicators',
79
-    //   component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/index'),
80
-    //   name: 'index',
81
-    //   meta: {
82
-    //     title: '其他指标',
83
-    //     noCache: true
84
-    //   }
85
-    // },
86
-    // {
87
-    //   path: '/Dialysisanalysis/nonnumerical',
88
-    //   component: () => import('@/xt_pages/Dialysisanalysis/nonnumerical'),
89
-    //   name: 'nonnumerical',
90
-    //   meta: {
91
-    //     title: '非数值类的列表展示',
92
-    //     noCache: true
93
-    //   }
94
-    // },
95
-    // {
96
-    //   path: '/Dialysisanalysis/dialysis_index',
97
-    //   component: () => import('@/xt_pages/Dialysisanalysis/dialysis_index'),
98
-    //   name: 'dialysis_index',
99
-    //   meta: {
100
-    //     title: '透析指标详情',
101
-    //     noCache: true
102
-    //   }
103
-    // },
23
+    {
24
+      path: '/Dialysisanalysis/hemoglobin',
25
+      component: () => import('@/xt_pages/Dialysisanalysis/hemoglobin/index'),
26
+      name: 'index',
27
+      meta: {
28
+        title: '血红蛋白',
29
+        noCache: true
30
+      }
31
+    },
32
+    {
33
+      path: '/Dialysisanalysis/bloodPotassium',
34
+      component: () => import('@/xt_pages/Dialysisanalysis/bloodPotassium/index'),
35
+      name: 'index',
36
+      meta: {
37
+        title: '血钾',
38
+        noCache: true
39
+      }
40
+    },
41
+    {
42
+      path: '/Dialysisanalysis/albumin',
43
+      component: () => import('@/xt_pages/Dialysisanalysis/albumin/index'),
44
+      name: 'index',
45
+      meta: {
46
+        title: '白蛋白',
47
+        noCache: true
48
+      }
49
+    },
50
+    {
51
+      path: '/Dialysisanalysis/bloodPhosphorus',
52
+      component: () => import('@/xt_pages/Dialysisanalysis/bloodPhosphorus/index'),
53
+      name: 'index',
54
+      meta: {
55
+        title: '血磷',
56
+        noCache: true
57
+      }
58
+    },
59
+    {
60
+      path: '/Dialysisanalysis/calcium',
61
+      component: () => import('@/xt_pages/Dialysisanalysis/calcium/index'),
62
+      name: 'index',
63
+      meta: {
64
+        title: '钙',
65
+        noCache: true
66
+      }
67
+    },
68
+    {
69
+      path: '/Dialysisanalysis/platelets',
70
+      component: () => import('@/xt_pages/Dialysisanalysis/platelets/index'),
71
+      name: 'index',
72
+      meta: {
73
+        title: '血小板',
74
+        noCache: true
75
+      }
76
+    },
77
+    {
78
+      path: '/Dialysisanalysis/otherIndicators',
79
+      component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/index'),
80
+      name: 'index',
81
+      meta: {
82
+        title: '其他指标',
83
+        noCache: true
84
+      }
85
+    },
86
+    {
87
+      path: '/Dialysisanalysis/nonnumerical',
88
+      component: () => import('@/xt_pages/Dialysisanalysis/nonnumerical'),
89
+      name: 'nonnumerical',
90
+      meta: {
91
+        title: '非数值类的列表展示',
92
+        noCache: true
93
+      }
94
+    },
95
+    {
96
+      path: '/Dialysisanalysis/dialysis_index',
97
+      component: () => import('@/xt_pages/Dialysisanalysis/dialysis_index'),
98
+      name: 'dialysis_index',
99
+      meta: {
100
+        title: '透析指标详情',
101
+        noCache: true
102
+      }
103
+    },
104 104
    
105 105
   
106 106
   ]

+ 9 - 9
src/router/modules/qcd.js View File

@@ -69,15 +69,15 @@ export default {
69 69
     // },
70 70
     
71 71
     
72
-    // {
73
-    //   path: '/qcd/thyroidGland',
74
-    //   component: () => import('@/xt_pages/qcd/qualitycontrol/thyroidGland'),
75
-    //   name: 'thyroidGland',
76
-    //   meta: {
77
-    //     title: '甲状旁腺激素分析',
78
-    //     noCache: true
79
-    //   }
80
-    // },
72
+    {
73
+      path: '/qcd/thyroidGland',
74
+      component: () => import('@/xt_pages/qcd/qualitycontrol/thyroidGland'),
75
+      name: 'thyroidGland',
76
+      meta: {
77
+        title: '甲状旁腺激素分析',
78
+        noCache: true
79
+      }
80
+    },
81 81
     // {
82 82
     //   path: '/qcd/hemoglobin',
83 83
     //   component: () => import('@/xt_pages/qcd/hemoglobin/index'),

+ 15 - 3
src/xt_pages/Dialysisanalysis/albumin/albuminall.vue View File

@@ -181,12 +181,24 @@ export default{
181 181
           {
182 182
             type: "pie",
183 183
             label: {
184
-              show: true,
185
-              formatter:"{b} : {d}% ({c})"
184
+              normal : {
185
+                formatter: '{b}:{c}: ({d}%)',
186
+                textStyle : {
187
+                    fontWeight : 'normal',
188
+                    fontSize : 15
189
+                }
190
+              }
186 191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187 192
             },
188 193
             radius: "65%", //饼图半径
189
-            data: this.pieData
194
+            data: this.pieData,
195
+            itemStyle : {
196
+              emphasis: {
197
+                  shadowBlur: 10,
198
+                  shadowOffsetX: 0,
199
+                  shadowColor: 'rgba(0, 0, 0, 0.5)'
200
+              }
201
+            }
190 202
           }
191 203
         ]
192 204
       };

+ 15 - 3
src/xt_pages/Dialysisanalysis/bloodPhosphorus/phosphorusall.vue View File

@@ -181,12 +181,24 @@ export default{
181 181
           {
182 182
             type: "pie",
183 183
             label: {
184
-              show: true,
185
-              formatter:"{b} : {d}% ({c})"
184
+              normal : {
185
+                formatter: '{b}:{c}: ({d}%)',
186
+                textStyle : {
187
+                    fontWeight : 'normal',
188
+                    fontSize : 15
189
+                }
190
+              }
186 191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187 192
             },
188 193
             radius: "65%", //饼图半径
189
-            data: this.pieData
194
+            data: this.pieData,
195
+            itemStyle : {
196
+              emphasis: {
197
+                  shadowBlur: 10,
198
+                  shadowOffsetX: 0,
199
+                  shadowColor: 'rgba(0, 0, 0, 0.5)'
200
+              }
201
+            }
190 202
           }
191 203
         ]
192 204
       };

+ 15 - 3
src/xt_pages/Dialysisanalysis/bloodPotassium/potassiumall.vue View File

@@ -181,12 +181,24 @@ export default{
181 181
           {
182 182
             type: "pie",
183 183
             label: {
184
-              show: true,
185
-              formatter:"{b} : {d}% ({c})"
184
+              normal : {
185
+                formatter: '{b}:{c}: ({d}%)',
186
+                textStyle : {
187
+                    fontWeight : 'normal',
188
+                    fontSize : 15
189
+                }
190
+              }
186 191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187 192
             },
188 193
             radius: "65%", //饼图半径
189
-            data: this.pieData
194
+            data: this.pieData,
195
+            itemStyle : {
196
+              emphasis: {
197
+                shadowBlur: 10,
198
+                shadowOffsetX: 0,
199
+                shadowColor: 'rgba(0, 0, 0, 0.5)'
200
+              }
201
+            }
190 202
           }
191 203
         ]
192 204
       };

+ 15 - 3
src/xt_pages/Dialysisanalysis/calcium/calciumall.vue View File

@@ -181,12 +181,24 @@ export default{
181 181
           {
182 182
             type: "pie",
183 183
             label: {
184
-              show: true,
185
-              formatter:"{b} : {d}% ({c})"
184
+              normal : {
185
+                formatter: '{b}:{c}: ({d}%)',
186
+                textStyle : {
187
+                    fontWeight : 'normal',
188
+                    fontSize : 15
189
+                }
190
+              }
186 191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187 192
             },
188 193
             radius: "65%", //饼图半径
189
-            data: this.pieData
194
+            data: this.pieData,
195
+            itemStyle : {
196
+              emphasis: {
197
+                shadowBlur: 10,
198
+                shadowOffsetX: 0,
199
+                shadowColor: 'rgba(0, 0, 0, 0.5)'
200
+              }
201
+            }
190 202
           }
191 203
         ]
192 204
       };

+ 15 - 3
src/xt_pages/Dialysisanalysis/hemoglobin/hemoglobinall.vue View File

@@ -180,12 +180,24 @@ export default{
180 180
           {
181 181
             type: "pie",
182 182
             label: {
183
-              show: true,
184
-              formatter:"{b} : {d}% ({c})"
183
+              normal : {
184
+                formatter: '{b}:{c}: ({d}%)',
185
+                textStyle : {
186
+                    fontWeight : 'normal',
187
+                    fontSize : 15
188
+                }
189
+              }
185 190
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
186 191
             },
187 192
             radius: "65%", //饼图半径
188
-            data: this.pieData
193
+            data: this.pieData,
194
+            itemStyle : {
195
+              emphasis: {
196
+                shadowBlur: 10,
197
+                shadowOffsetX: 0,
198
+                shadowColor: 'rgba(0, 0, 0, 0.5)'
199
+              }
200
+            }
189 201
           }
190 202
         ]
191 203
       };

+ 15 - 3
src/xt_pages/Dialysisanalysis/otherIndicators/otherall.vue View File

@@ -181,12 +181,24 @@ export default{
181 181
           {
182 182
             type: "pie",
183 183
             label: {
184
-              show: true,
185
-              formatter:"{b} : {d}% ({c})"
184
+              normal : {
185
+                formatter: '{b}:{c}: ({d}%)',
186
+                textStyle : {
187
+                    fontWeight : 'normal',
188
+                    fontSize : 15
189
+                }
190
+              }
186 191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187 192
             },
188 193
             radius: "65%", //饼图半径
189
-            data: this.pieData
194
+            data: this.pieData,
195
+            itemStyle : {
196
+              emphasis: {
197
+                shadowBlur: 10,
198
+                shadowOffsetX: 0,
199
+                shadowColor: 'rgba(0, 0, 0, 0.5)'
200
+              }
201
+            }
190 202
           }
191 203
         ]
192 204
       };

+ 15 - 3
src/xt_pages/Dialysisanalysis/platelets/plateletsall.vue View File

@@ -181,12 +181,24 @@ export default{
181 181
           {
182 182
             type: "pie",
183 183
             label: {
184
-              show: true,
185
-              formatter:"{b} : {d}% ({c})"
184
+              normal : {
185
+                formatter: '{b}:{c}: ({d}%)',
186
+                textStyle : {
187
+                    fontWeight : 'normal',
188
+                    fontSize : 15
189
+                }
190
+              }
186 191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187 192
             },
188 193
             radius: "65%", //饼图半径
189
-            data: this.pieData
194
+            data: this.pieData,
195
+            itemStyle : {
196
+              emphasis: {
197
+                shadowBlur: 10,
198
+                shadowOffsetX: 0,
199
+                shadowColor: 'rgba(0, 0, 0, 0.5)'
200
+              }
201
+            }
190 202
           }
191 203
         ]
192 204
       };

+ 15 - 3
src/xt_pages/Dialysisanalysis/qualitycontrol/totalSstatistics.vue View File

@@ -187,12 +187,24 @@ methods: {
187 187
         {
188 188
           type: "pie",
189 189
           label: {
190
-            show: true,
191
-            formatter:"{b} : {d}% ({c})"
190
+            normal : {
191
+              formatter: '{b}:{c}: ({d}%)',
192
+              textStyle : {
193
+                  fontWeight : 'normal',
194
+                  fontSize : 15
195
+              }
196
+            }
192 197
             // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
193 198
           },
194 199
           radius: "65%", //饼图半径
195
-          data: this.pieData
200
+          data: this.pieData,
201
+          itemStyle : {
202
+            emphasis: {
203
+              shadowBlur: 10,
204
+              shadowOffsetX: 0,
205
+              shadowColor: 'rgba(0, 0, 0, 0.5)'
206
+            }
207
+          }
196 208
         }
197 209
       ]
198 210
     };

+ 0 - 1
src/xt_pages/qcd/patientAnalysis/bloodPressure.vue View File

@@ -147,7 +147,6 @@
147 147
   </div>
148 148
 </template>
149 149
 
150
-
151 150
 <script>
152 151
 import { GetPABloodPressureData  } from "@/api/qcd";
153 152
 import PieChart from '../components/PieChart'

+ 21 - 3
src/xt_pages/qcd/qualitycontrol/totalSstatistics.vue View File

@@ -183,16 +183,34 @@ methods: {
183 183
         top: "0%",
184 184
         left: "center"
185 185
       },
186
+      tooltip : {
187
+        trigger: 'item',
188
+        formatter: "{a} <br/>{b} : {c} ({d}%)"
189
+      },
186 190
       series: [
187 191
         {
188 192
           type: "pie",
189 193
           label: {
190
-            show: true,
191
-            formatter:"{b} : {d}% ({c})"
194
+            // show: true,
195
+            // formatter:"{b} : {d}% ({c})",
196
+            normal : {
197
+              formatter: '{b}:{c}: ({d}%)',
198
+              textStyle : {
199
+                  fontWeight : 'normal',
200
+                  fontSize : 15
201
+              }
202
+            }
192 203
             // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
193 204
           },
194 205
           radius: "65%", //饼图半径
195
-          data: this.pieData
206
+          data: this.pieData,
207
+          itemStyle : {
208
+            emphasis: {
209
+                  shadowBlur: 10,
210
+                  shadowOffsetX: 0,
211
+                  shadowColor: 'rgba(0, 0, 0, 0.5)'
212
+              }
213
+          }
196 214
         }
197 215
       ]
198 216
     };

+ 108 - 61
src/xt_pages/user/components/PatientDetail.vue View File

@@ -856,88 +856,130 @@
856 856
               </thead> -->
857 857
               <tbody>
858 858
                 <tr>
859
-                  <td valign="top" style="width:8%"><div class="td_proj_title">姓名</div></td>
860
-                  <td valign="top">
861
-                    <div class="td_proj_content">{{ patientPrint.name }}</div>
859
+                  <!--  -->
860
+                  <td style="width:8%;padding: 3px 0px;font-size: 17px;font-weight: 500;">
861
+                    姓名
862
+                    <!-- <div class="td_proj_title">姓名</div> -->
863
+                  </td> 
864
+                  <td style="padding: 3px 0px;font-size: 17px;">
865
+                    {{ patientPrint.name }}
866
+                    <!-- <div class="td_proj_content">{{ patientPrint.name }}</div> -->
862 867
                   </td>
863
-                  <td valign="top"><div class="td_proj_title">性别</div></td>
864
-                  <td valign="top">
865
-                    <div class="td_proj_content">{{ patientPrint.gender }}</div>
868
+                  <td style="padding: 3px 0px;font-size: 17px;">
869
+                    性别
870
+                    <!-- <div class="td_proj_title">性别</div> -->
866 871
                   </td>
867
-                  <td valign="top"><div class="td_proj_title">年龄</div></td>
868
-                  <td valign="top">
869
-                    <div class="td_proj_content">{{ patientPrint.age }}</div>
872
+                  <td style="padding: 3px 0px;font-size: 17px;">
873
+                    {{ patientPrint.gender }}
874
+                    <!-- <div class="td_proj_content">{{ patientPrint.gender }}</div> -->
870 875
                   </td>
871
-                  <td valign="top"><div class="td_proj_title">籍贯</div></td>
872
-                  <td valign="top">
873
-                    <div class="td_proj_content td_align_left">
876
+                  <td style="padding: 3px 0px;font-size: 17px;font-weight: 500;">
877
+                    年龄
878
+                    <!-- <div class="td_proj_title">年龄</div> -->
879
+                  </td>
880
+                  <td style="padding: 3px 0px;font-size: 17px;">
881
+                    {{ patientPrint.age }}岁
882
+                    <!-- <div class="td_proj_content">{{ patientPrint.age }}岁</div> -->
883
+                  </td>
884
+                  <td style="padding: 3px 0px;font-size: 17px;font-weight: 500;">
885
+                    籍贯
886
+                    <!-- <div class="td_proj_title">籍贯</div> -->
887
+                  </td>
888
+                  <td style="padding: 3px 0px;font-size: 17px;">
889
+                    {{ patientPrint.native_place }}
890
+                    <!-- <div class="td_proj_content td_align_left">
874 891
                       {{ patientPrint.native_place }}
875
-                    </div>
892
+                    </div> -->
876 893
                   </td>
877 894
                 </tr>
878 895
                 <tr>
879
-                  <td valign="top"><div class="td_proj_title">职业</div></td>
880
-                  <td valign="top">
881
-                    <div class="td_proj_content">
896
+                  <td style="padding: 3px 0px;font-size: 17px;font-weight: 500;">
897
+                    职业
898
+                    <!-- <div class="td_proj_title">职业</div> -->
899
+                  </td>
900
+                  <td style="padding: 3px 0px;font-size: 17px;">
901
+                    {{ patientPrint.profession }}
902
+                    <!-- <div class="td_proj_content">
882 903
                       {{ patientPrint.profession }}
883
-                    </div>
904
+                    </div> -->
905
+                  </td>
906
+                  <td style="padding: 3px 0px;font-size: 17px;font-weight: 500;">
907
+                    婚姻
908
+                    <!-- <div class="td_proj_title">婚姻</div> -->
884 909
                   </td>
885
-                  <td valign="top"><div class="td_proj_title">婚姻</div></td>
886
-                  <td valign="top">
887
-                    <div class="td_proj_content">
910
+                  <td style="padding: 3px 0px;font-size: 17px;">
911
+                    {{ patientPrint.marital_status }}
912
+                    <!-- <div class="td_proj_content">
888 913
                       {{ patientPrint.marital_status }}
889
-                    </div>
914
+                    </div> -->
915
+                  </td>
916
+                  <td style="padding: 3px 0px;font-size: 17px;font-weight: 500;">
917
+                    透析号
918
+                    <!-- <div class="td_proj_title">透析号</div> -->
890 919
                   </td>
891
-                  <td valign="top"><div class="td_proj_title">透析号</div></td>
892
-                  <td valign="top">
893
-                    <div class="td_proj_content">
920
+                  <td style="padding: 3px 0px;font-size: 17px;">
921
+                    {{ patientPrint.dialysis_no }}
922
+                    <!-- <div class="td_proj_content">
894 923
                       {{ patientPrint.dialysis_no }}
895
-                    </div>
924
+                    </div> -->
896 925
                   </td>
897
-                  <td valign="top">
898
-                    <div class="td_proj_title">身份证号</div>
926
+                  <td style="padding: 3px 0px;font-size: 17px;font-weight: 500;">
927
+                    身份证号
928
+                    <!-- <div class="td_proj_title">身份证号</div> -->
899 929
                   </td>
900
-                  <td valign="top">
901
-                    <div class="td_proj_content td_align_left">
930
+                  <td style="padding: 3px 0px;font-size: 17px;">
931
+                    {{ patientPrint.id_card_no }}
932
+                    <!-- <div class="td_proj_content td_align_left">
902 933
                       {{ patientPrint.id_card_no }}
903
-                    </div>
934
+                    </div> -->
904 935
                   </td>
905 936
                 </tr>
906 937
                 <tr>
907
-                  <td valign="top"><div class="td_proj_title">民族</div></td>
908
-                  <td valign="top">
909
-                    <div class="td_proj_content">{{ patientPrint.nation }}</div>
938
+                  <td  style="padding: 3px 0px;font-size: 17px;font-weight: 500;">
939
+                    民族
940
+                    <!-- <div class="td_proj_title">民族</div>  valign="top" -->
910 941
                   </td>
911
-                  <td valign="top"><div class="td_proj_title">电话</div></td>
912
-                  <td valign="top" colspan="3">
913
-                    <div class="td_proj_content td_align_left">
914
-                      {{ patientPrint.phone }}
915
-                    </div>
942
+                  <td style="padding: 3px 0px;font-size: 17px;">
943
+                    {{ patientPrint.nation }}
944
+                    <!-- <div class="td_proj_content">{{ patientPrint.nation }}</div> -->
916 945
                   </td>
917
-                  <td valign="top">
918
-                    <div class="td_proj_title">家属电话</div>
946
+                  <td style="padding: 3px 0px;font-size: 17px;font-weight: 500;">
947
+                    电话
948
+                    <!-- <div class="td_proj_title">电话</div> -->
919 949
                   </td>
920
-                  <td valign="top">
921
-                    <div class="td_proj_content td_align_left">
950
+                  <td  colspan="3" style="padding: 3px 0px;font-size: 17px;">
951
+                    {{ patientPrint.phone }}
952
+                    <!-- <div class="td_proj_content td_align_left">
953
+                      {{ patientPrint.phone }}
954
+                    </div> -->
955
+                   </td>
956
+                 <td style="padding: 3px 0px;font-size: 17px;font-weight: 500;">
957
+                    家属电话
958
+                    <!-- <div class="td_proj_title">家属电话</div> -->
959
+                  </td>
960
+                  <td style="padding: 3px 0px;font-size: 17px;">
961
+                    {{ patientPrint.home_telephone }}
962
+                    <!-- <div class="td_proj_content td_align_left">
922 963
                       {{ patientPrint.home_telephone }}
923
-                    </div>
964
+                    </div> -->
924 965
                   </td>
925 966
                 </tr>
926 967
                 <tr>
927
-                  <td><div class="td_proj_title">地址</div></td>
928
-                  <td colspan="7">
929
-                    <div class="td_proj_content td_align_left">
968
+                  <td style="padding: 3px 0px;font-size: 17px;font-weight: 500;">地址</td>
969
+                  <td colspan="7" style="text-align: left; padding:0px 5px;font-size: 17px;">
970
+                    <!-- class="td_proj_content td_align_left" -->
971
+                    <!-- <div > -->
930 972
                       {{ patientPrint.home_address }}
931
-                    </div>
973
+                    <!-- </div> -->
932 974
                   </td>
933 975
                 </tr>
934 976
                 <tr>
935
-                  <td style="padding: 0px 0px;">
977
+                  <td style="padding: 3px 0px;font-size: 17px; font-weight: 500;">
936 978
                     主诉
937 979
                     <!-- <div class="td_proj_title">主诉</div> -->
938 980
                   </td>
939 981
                   <!-- class="td_proj_content td_align_left" -->
940
-                  <td colspan="7" style="text-align: left; padding: 2px 0px;"> 
982
+                  <td colspan="7" style="text-align: left; padding:0px 5px ;font-size: 17px;"> 
941 983
                     {{ patientPrint.patient_complains }}
942 984
                     <!-- <div style="padding: 0px 0px;"
943 985
                       v-html="patientPrint.patient_complains"
@@ -949,6 +991,9 @@
949 991
                     <div class="td_proj_title">现<br />病<br />史</div>
950 992
                   </td>
951 993
                   <td colspan="7">
994
+                    <!-- <div class="td_proj_content td_align_left">{{patientPrint.present_history}}</div> -->
995
+
996
+                    
952 997
                     <div
953 998
                       class="td_proj_content td_align_left"
954 999
                       v-html="patientPrint.present_history"
@@ -961,10 +1006,11 @@
961 1006
                     <div class="td_proj_title">既<br />往<br />史</div>
962 1007
                   </td>
963 1008
                   <td colspan="7">
964
-                    <div
965
-                      class="td_proj_content td_align_left"
966
-                      v-html="patientPrint.past_history"
967
-                    ></div>
1009
+                    
1010
+                    <div class="td_proj_content td_align_left">
1011
+                      {{ patientPrint.past_history }}
1012
+                    </div>
1013
+                    <!--  v-html="patientPrint.past_history" -->
968 1014
                   </td>
969 1015
                 </tr>
970 1016
                 <tr>
@@ -1388,7 +1434,7 @@ export default {
1388 1434
             // if (patietInfo.is_infectious == 1) {
1389 1435
             //   this.form.remind_cycle = 0;
1390 1436
             // }
1391
-            console.log("222222", this.form.remind_cycle);
1437
+            // console.log("222222", this.form.remind_cycle);
1392 1438
             this.form.user_sys_before_count = patietInfo.user_sys_before_count;
1393 1439
 
1394 1440
             this.infections = response.data.data.infections;
@@ -1563,7 +1609,7 @@ export default {
1563 1609
 
1564 1610
             var contagionsArr = response.data.data.contagions;
1565 1611
             var diseasesArr = response.data.data.diseases;
1566
-              console.log('123456',response.data.data);
1612
+              // console.log('123456',response.data.data);
1567 1613
             this.patientPrint = patietInfo;
1568 1614
 
1569 1615
             var sourceLen = this.sourceOptions.length;
@@ -1614,12 +1660,13 @@ export default {
1614 1660
               "{y}-{m}-{d}"
1615 1661
             );
1616 1662
             this.patientPrint.age = jsGetAge(this.patientPrint.birthday, "-");
1617
-            console.log('qwerewqrt',patietInfo.patient_complains);
1663
+            
1618 1664
             this.patientPrint.patient_complains =
1619 1665
               patietInfo.patient_complains.replace(/\n/g, "<br/>");
1620
-              
1666
+              // console.log('qwerewqrt',patietInfo.present_history);
1621 1667
             this.patientPrint.present_history =
1622 1668
               patietInfo.present_history.replace(/\n/g, "<br/>");
1669
+              console.log('qwerewqrt',patietInfo.past_history);
1623 1670
             this.patientPrint.past_history = patietInfo.past_history.replace(
1624 1671
               /\n/g,
1625 1672
               "<br/>"
@@ -2168,13 +2215,13 @@ export default {
2168 2215
   /* padding: 10px 8px; */
2169 2216
 }
2170 2217
 .td_proj_title {
2171
-  font-size: 18px;
2172
-  line-height: 20px;
2218
+  font-size: 17px;
2219
+  /* line-height: 20px; */
2173 2220
   font-weight: 500;
2174 2221
 }
2175 2222
 .td_proj_content {
2176
-  font-size: 18px;
2177
-  line-height: 20px;
2223
+  font-size: 17px;
2224
+  /* line-height: 20px; */
2178 2225
 }
2179 2226
 .td_align_left {
2180 2227
   text-align: left;