瀏覽代碼

6月2日杨青

杨青 1 年之前
父節點
當前提交
630c9591a4

+ 2 - 2
src/router/index.js 查看文件

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

+ 82 - 82
src/router/modules/Dialysisanalysis.js 查看文件

3
 export default {
3
 export default {
4
   path: '/Dialysisanalysis',
4
   path: '/Dialysisanalysis',
5
   component: Layout,
5
   component: Layout,
6
-  redirect: '/Dialysisanalysis/qualitycontrol/thyroidGland',
6
+  redirect: 'noredirect',
7
   name: 'Dialysisanalysis',
7
   name: 'Dialysisanalysis',
8
   alwaysShow: true,
8
   alwaysShow: true,
9
   meta: {
9
   meta: {
20
         noCache: true
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 查看文件

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
     //   path: '/qcd/hemoglobin',
82
     //   path: '/qcd/hemoglobin',
83
     //   component: () => import('@/xt_pages/qcd/hemoglobin/index'),
83
     //   component: () => import('@/xt_pages/qcd/hemoglobin/index'),

+ 15 - 3
src/xt_pages/Dialysisanalysis/albumin/albuminall.vue 查看文件

181
           {
181
           {
182
             type: "pie",
182
             type: "pie",
183
             label: {
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
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187
             },
192
             },
188
             radius: "65%", //饼图半径
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 查看文件

181
           {
181
           {
182
             type: "pie",
182
             type: "pie",
183
             label: {
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
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187
             },
192
             },
188
             radius: "65%", //饼图半径
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 查看文件

181
           {
181
           {
182
             type: "pie",
182
             type: "pie",
183
             label: {
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
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187
             },
192
             },
188
             radius: "65%", //饼图半径
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 查看文件

181
           {
181
           {
182
             type: "pie",
182
             type: "pie",
183
             label: {
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
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187
             },
192
             },
188
             radius: "65%", //饼图半径
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 查看文件

180
           {
180
           {
181
             type: "pie",
181
             type: "pie",
182
             label: {
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
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
190
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
186
             },
191
             },
187
             radius: "65%", //饼图半径
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 查看文件

181
           {
181
           {
182
             type: "pie",
182
             type: "pie",
183
             label: {
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
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187
             },
192
             },
188
             radius: "65%", //饼图半径
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 查看文件

181
           {
181
           {
182
             type: "pie",
182
             type: "pie",
183
             label: {
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
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
191
               // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
187
             },
192
             },
188
             radius: "65%", //饼图半径
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 查看文件

187
         {
187
         {
188
           type: "pie",
188
           type: "pie",
189
           label: {
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
             // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
197
             // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
193
           },
198
           },
194
           radius: "65%", //饼图半径
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 查看文件

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

+ 21 - 3
src/xt_pages/qcd/qualitycontrol/totalSstatistics.vue 查看文件

183
         top: "0%",
183
         top: "0%",
184
         left: "center"
184
         left: "center"
185
       },
185
       },
186
+      tooltip : {
187
+        trigger: 'item',
188
+        formatter: "{a} <br/>{b} : {c} ({d}%)"
189
+      },
186
       series: [
190
       series: [
187
         {
191
         {
188
           type: "pie",
192
           type: "pie",
189
           label: {
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
             // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
203
             // b代表名称,c代表对应值,d代表百分比"{b} : {d}% ({c})" 
193
           },
204
           },
194
           radius: "65%", //饼图半径
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 查看文件

856
               </thead> -->
856
               </thead> -->
857
               <tbody>
857
               <tbody>
858
                 <tr>
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
                   </td>
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
                   </td>
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
                   </td>
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
                       {{ patientPrint.native_place }}
891
                       {{ patientPrint.native_place }}
875
-                    </div>
892
+                    </div> -->
876
                   </td>
893
                   </td>
877
                 </tr>
894
                 </tr>
878
                 <tr>
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
                       {{ patientPrint.profession }}
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
                   </td>
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
                       {{ patientPrint.marital_status }}
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
                   </td>
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
                       {{ patientPrint.dialysis_no }}
923
                       {{ patientPrint.dialysis_no }}
895
-                    </div>
924
+                    </div> -->
896
                   </td>
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
                   </td>
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
                       {{ patientPrint.id_card_no }}
933
                       {{ patientPrint.id_card_no }}
903
-                    </div>
934
+                    </div> -->
904
                   </td>
935
                   </td>
905
                 </tr>
936
                 </tr>
906
                 <tr>
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
                   </td>
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
                   </td>
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
                   </td>
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
                       {{ patientPrint.home_telephone }}
963
                       {{ patientPrint.home_telephone }}
923
-                    </div>
964
+                    </div> -->
924
                   </td>
965
                   </td>
925
                 </tr>
966
                 </tr>
926
                 <tr>
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
                       {{ patientPrint.home_address }}
972
                       {{ patientPrint.home_address }}
931
-                    </div>
973
+                    <!-- </div> -->
932
                   </td>
974
                   </td>
933
                 </tr>
975
                 </tr>
934
                 <tr>
976
                 <tr>
935
-                  <td style="padding: 0px 0px;">
977
+                  <td style="padding: 3px 0px;font-size: 17px; font-weight: 500;">
936
                     主诉
978
                     主诉
937
                     <!-- <div class="td_proj_title">主诉</div> -->
979
                     <!-- <div class="td_proj_title">主诉</div> -->
938
                   </td>
980
                   </td>
939
                   <!-- class="td_proj_content td_align_left" -->
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
                     {{ patientPrint.patient_complains }}
983
                     {{ patientPrint.patient_complains }}
942
                     <!-- <div style="padding: 0px 0px;"
984
                     <!-- <div style="padding: 0px 0px;"
943
                       v-html="patientPrint.patient_complains"
985
                       v-html="patientPrint.patient_complains"
949
                     <div class="td_proj_title">现<br />病<br />史</div>
991
                     <div class="td_proj_title">现<br />病<br />史</div>
950
                   </td>
992
                   </td>
951
                   <td colspan="7">
993
                   <td colspan="7">
994
+                    <!-- <div class="td_proj_content td_align_left">{{patientPrint.present_history}}</div> -->
995
+
996
+                    
952
                     <div
997
                     <div
953
                       class="td_proj_content td_align_left"
998
                       class="td_proj_content td_align_left"
954
                       v-html="patientPrint.present_history"
999
                       v-html="patientPrint.present_history"
961
                     <div class="td_proj_title">既<br />往<br />史</div>
1006
                     <div class="td_proj_title">既<br />往<br />史</div>
962
                   </td>
1007
                   </td>
963
                   <td colspan="7">
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
                   </td>
1014
                   </td>
969
                 </tr>
1015
                 </tr>
970
                 <tr>
1016
                 <tr>
1388
             // if (patietInfo.is_infectious == 1) {
1434
             // if (patietInfo.is_infectious == 1) {
1389
             //   this.form.remind_cycle = 0;
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
             this.form.user_sys_before_count = patietInfo.user_sys_before_count;
1438
             this.form.user_sys_before_count = patietInfo.user_sys_before_count;
1393
 
1439
 
1394
             this.infections = response.data.data.infections;
1440
             this.infections = response.data.data.infections;
1563
 
1609
 
1564
             var contagionsArr = response.data.data.contagions;
1610
             var contagionsArr = response.data.data.contagions;
1565
             var diseasesArr = response.data.data.diseases;
1611
             var diseasesArr = response.data.data.diseases;
1566
-              console.log('123456',response.data.data);
1612
+              // console.log('123456',response.data.data);
1567
             this.patientPrint = patietInfo;
1613
             this.patientPrint = patietInfo;
1568
 
1614
 
1569
             var sourceLen = this.sourceOptions.length;
1615
             var sourceLen = this.sourceOptions.length;
1614
               "{y}-{m}-{d}"
1660
               "{y}-{m}-{d}"
1615
             );
1661
             );
1616
             this.patientPrint.age = jsGetAge(this.patientPrint.birthday, "-");
1662
             this.patientPrint.age = jsGetAge(this.patientPrint.birthday, "-");
1617
-            console.log('qwerewqrt',patietInfo.patient_complains);
1663
+            
1618
             this.patientPrint.patient_complains =
1664
             this.patientPrint.patient_complains =
1619
               patietInfo.patient_complains.replace(/\n/g, "<br/>");
1665
               patietInfo.patient_complains.replace(/\n/g, "<br/>");
1620
-              
1666
+              // console.log('qwerewqrt',patietInfo.present_history);
1621
             this.patientPrint.present_history =
1667
             this.patientPrint.present_history =
1622
               patietInfo.present_history.replace(/\n/g, "<br/>");
1668
               patietInfo.present_history.replace(/\n/g, "<br/>");
1669
+              console.log('qwerewqrt',patietInfo.past_history);
1623
             this.patientPrint.past_history = patietInfo.past_history.replace(
1670
             this.patientPrint.past_history = patietInfo.past_history.replace(
1624
               /\n/g,
1671
               /\n/g,
1625
               "<br/>"
1672
               "<br/>"
2168
   /* padding: 10px 8px; */
2215
   /* padding: 10px 8px; */
2169
 }
2216
 }
2170
 .td_proj_title {
2217
 .td_proj_title {
2171
-  font-size: 18px;
2172
-  line-height: 20px;
2218
+  font-size: 17px;
2219
+  /* line-height: 20px; */
2173
   font-weight: 500;
2220
   font-weight: 500;
2174
 }
2221
 }
2175
 .td_proj_content {
2222
 .td_proj_content {
2176
-  font-size: 18px;
2177
-  line-height: 20px;
2223
+  font-size: 17px;
2224
+  /* line-height: 20px; */
2178
 }
2225
 }
2179
 .td_align_left {
2226
 .td_align_left {
2180
   text-align: left;
2227
   text-align: left;