Selaa lähdekoodia

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 1 vuosi sitten
vanhempi
commit
a039be7a0b

+ 9 - 9
src/xt_pages/user/Informed/components/Bring_informed.vue Näytä tiedosto

@@ -1,7 +1,7 @@
1 1
 <!-- 自带 -->
2 2
 <template>
3 3
   <div style="border:1px solid gainsboro ;padding:10px">
4
-      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;"> 
4
+      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;">
5 5
         <!-- <el-button type="primary">主要按钮</el-button> -->
6 6
         <!-- <el-button type="primary" style=""  @click="">
7 7
               编辑
@@ -63,14 +63,14 @@
63 63
                   的手续流程。我愿意对代为注射可能出现的医疗和法律上的风险承担全部后果。
64 64
                 </p>
65 65
               </div>
66
-          
67
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
66
+
67
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
68 68
                   <span>患者签名:______________</span>
69 69
               </p>
70
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
70
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
71 71
                   <span>患者家属签名:______________</span>
72 72
               </p>
73
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
73
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
74 74
                   <span>与患者关系:______________</span>
75 75
                   <span>告知医师签名:______________</span>
76 76
               </p>
@@ -81,7 +81,7 @@
81 81
           </div>
82 82
           </div>
83 83
       </div>
84
-      
84
+
85 85
   </div>
86 86
 </template>
87 87
 
@@ -102,14 +102,14 @@ export default{
102 102
    },
103 103
   methods:{
104 104
     getlist(){
105
-      
105
+
106 106
       getPatientDetailInformedconsent(this.patient_id).then(response=>{
107 107
         if(response.data.state == 1){
108 108
           var patient =  response.data.data.patients
109 109
           console.log("patinet",patient)
110 110
           this.patient =patient
111 111
         }
112
-      }) 
112
+      })
113 113
     },
114 114
       printThisPage(){
115 115
           const style = '@media print {.content p{font-size: 16px;font-family: 新宋体; padding-left: 20px; margin-bottom: 5px;}}'
@@ -165,4 +165,4 @@ export default{
165 165
         text-align: justify;
166 166
       }
167 167
   }
168
-</style>
168
+</style>

+ 9 - 9
src/xt_pages/user/Informed/components/Filter_informed.vue Näytä tiedosto

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div style="border:1px solid gainsboro ;padding:10px">
3
-      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;"> 
3
+      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;">
4 4
         <!-- <el-button type="primary">主要按钮</el-button> -->
5 5
         <!-- <el-button type="primary" style=""  @click="">
6 6
               编辑
@@ -66,7 +66,7 @@
66 66
               <p>3.淀粉样变、透析脑病、骨关节病变等综合症。</p>
67 67
               <p>4.甲状旁腺亢进、周围神经病变皮肤瘙痒及损害。</p>
68 68
               <p>5.透析通路感染、闭塞、血栓形成,甚至因血栓脱落引起肺脑等脏器栓塞。</p>
69
-             
69
+
70 70
               <p style="display: inline;padding: 0;"> 四、为尽可能减少上述风险,请您和家属在指导下,做好以下注意事项:</p>
71 71
               <p>1.按治疗方案定期进行血液透析,避免透析不足使病情加重或危及生命。</p>
72 72
               <p>2.控制水和钠盐摄入,控制透析期间体重增长;控制饮食中磷,钾的摄入,避免发生髙磷、髙钾血症,保证足够的蛋白质和碳水化合物摄入,避免出现营养不良。</p>
@@ -101,13 +101,13 @@
101 101
               </p>
102 102
 
103 103
 
104
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
104
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
105 105
                   <span>患者签名:______________</span>
106 106
               </p>
107
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
107
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
108 108
                   <span>患者家属签名:______________</span>
109 109
               </p>
110
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
110
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
111 111
                   <span>与患者关系:______________</span>
112 112
                   <span>告知医师签名:______________</span>
113 113
               </p>
@@ -118,7 +118,7 @@
118 118
           </div>
119 119
           </div>
120 120
       </div>
121
-      
121
+
122 122
   </div>
123 123
 </template>
124 124
 
@@ -137,7 +137,7 @@ export default{
137 137
       patient:{}
138 138
     }
139 139
    },
140
-  
140
+
141 141
    created(){
142 142
      this.getlist()
143 143
    },
@@ -150,7 +150,7 @@ export default{
150 150
             console.log("patinet",patient)
151 151
             this.patient =patient
152 152
           }
153
-        }) 
153
+        })
154 154
        },
155 155
         printThisPage(){
156 156
             const style = '@media print {.content p{font-size: 16px;font-family: 新宋体; padding-left: 20px; margin-bottom: 5px;}}'
@@ -203,4 +203,4 @@ export default{
203 203
         text-align: justify;
204 204
       }
205 205
   }
206
-</style>
206
+</style>

+ 8 - 8
src/xt_pages/user/Informed/components/Highrisk_informed.vue Näytä tiedosto

@@ -1,7 +1,7 @@
1 1
 <!-- 高危 -->
2 2
 <template>
3 3
     <div style="border:1px solid gainsboro ;padding:10px">
4
-        <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;"> 
4
+        <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;">
5 5
           <!-- <el-button type="primary">主要按钮</el-button> -->
6 6
           <!-- <el-button type="primary" style=""  @click="">
7 7
                 编辑
@@ -91,13 +91,13 @@
91 91
                     4.您同意留取血、尿样本,用于科学研究。
92 92
                   </p>
93 93
                 </div>
94
-                <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
94
+                <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
95 95
                   <span>患者签名:______________</span>
96 96
                 </p>
97
-                <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
97
+                <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
98 98
                     <span>患者家属签名:______________</span>
99 99
                 </p>
100
-                <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
100
+                <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
101 101
                     <span>与患者关系:______________</span>
102 102
                     <span>告知医师签名:______________</span>
103 103
                 </p>
@@ -108,7 +108,7 @@
108 108
             </div>
109 109
             </div>
110 110
         </div>
111
-        
111
+
112 112
     </div>
113 113
 </template>
114 114
 
@@ -129,14 +129,14 @@ export default{
129 129
    },
130 130
     methods:{
131 131
       getlist(){
132
-      
132
+
133 133
         getPatientDetailInformedconsent(this.patient_id).then(response=>{
134 134
           if(response.data.state == 1){
135 135
             var patient =  response.data.data.patients
136 136
             console.log("patinet",patient)
137 137
             this.patient =patient
138 138
           }
139
-        }) 
139
+        })
140 140
        },
141 141
        getAge: function(val) {
142 142
           if (val.id_card_no == undefined) {
@@ -197,4 +197,4 @@ export default{
197 197
           text-align: justify;
198 198
         }
199 199
     }
200
-</style>
200
+</style>

+ 12 - 12
src/xt_pages/user/Informed/components/anticoagulation_informed.vue Näytä tiedosto

@@ -1,7 +1,7 @@
1 1
 <!-- 抗凝 -->
2 2
 <template>
3 3
   <div style="border:1px solid gainsboro ;padding:10px">
4
-      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;"> 
4
+      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;">
5 5
         <!-- <el-button type="primary">主要按钮</el-button> -->
6 6
         <!-- <el-button type="primary" style=""  @click="">
7 7
               编辑
@@ -55,10 +55,10 @@
55 55
               <div style="display: flex; margin: 10px 0;">
56 56
                 <p style="display: inline;padding: 0;">三、</p>
57 57
                 <p style="display: inline;padding: 0;">
58
-                  患者目前存在以下情况:<br/> 
59
-                  □深静脉透析导管功能不良,考虑血栓形成&nbsp;&nbsp; □深静脉透析导管,预防血栓形成<br/> 
60
-                  □动静脉内瘘血栓形成&nbsp;&nbsp; □动静脉内瘘预防血栓形成<br/> □腹透导管功能不良<br/> 
61
-                  拟进行:<br/> 
58
+                  患者目前存在以下情况:<br/>
59
+                  □深静脉透析导管功能不良,考虑血栓形成&nbsp;&nbsp; □深静脉透析导管,预防血栓形成<br/>
60
+                  □动静脉内瘘血栓形成&nbsp;&nbsp; □动静脉内瘘预防血栓形成<br/> □腹透导管功能不良<br/>
61
+                  拟进行:<br/>
62 62
                   □尿激酶微泵注射治疗&nbsp;&nbsp; □尿激酶导管内封管<br/>
63 63
                   □华法令口服治疗&nbsp;&nbsp; □腹透导管尿激酶注射治疗
64 64
                 </p>
@@ -100,13 +100,13 @@
100 100
                   4.您同意学习者在操作过程中进行观摩,拍摄不注明患者身份的影像,用于医疗、教学和科研。
101 101
                 </p>
102 102
               </div>
103
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
103
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
104 104
                   <span>患者签名:______________</span>
105 105
               </p>
106
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
106
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
107 107
                   <span>患者家属签名:______________</span>
108 108
               </p>
109
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
109
+              <p style="padding:10px 20px;display:flex;justify-content: space-between;align-items: center;">
110 110
                   <span>与患者关系:______________</span>
111 111
                   <span>告知医师签名:______________</span>
112 112
               </p>
@@ -117,7 +117,7 @@
117 117
           </div>
118 118
         </div>
119 119
       </div>
120
-      
120
+
121 121
   </div>
122 122
 </template>
123 123
 
@@ -138,14 +138,14 @@ export default{
138 138
    },
139 139
   methods:{
140 140
     getlist(){
141
-    
141
+
142 142
         getPatientDetailInformedconsent(this.patient_id).then(response=>{
143 143
           if(response.data.state == 1){
144 144
             var patient =  response.data.data.patients
145 145
             console.log("patinet",patient)
146 146
             this.patient =patient
147 147
           }
148
-        }) 
148
+        })
149 149
        },
150 150
       printThisPage(){
151 151
           const style = '@media print {.content p{font-size: 16px;font-family: 新宋体; padding-left: 20px; margin-bottom: 5px;}}'
@@ -201,4 +201,4 @@ export default{
201 201
         text-align: justify;
202 202
       }
203 203
   }
204
-</style>
204
+</style>

+ 8 - 8
src/xt_pages/user/Informed/components/arteriovenous_informed.vue Näytä tiedosto

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div style="border:1px solid gainsboro ;padding:10px">
3
-      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;"> 
3
+      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;">
4 4
         <!-- <el-button type="primary">主要按钮</el-button> -->
5 5
         <!-- <el-button type="primary" style=""  @click="">
6 6
               编辑
@@ -59,14 +59,14 @@
59 59
                  我已详细阅读以上内容,对医师护士的告知表示完全理解,经慎重考虑我决定_________(同意或不同意)进行内瘘穿刺。
60 60
                 </p>
61 61
               </div>
62
-             
63
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
62
+
63
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
64 64
                   <span>患者签名:______________</span>
65 65
               </p>
66
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
66
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
67 67
                   <span>患者家属签名:______________</span>
68 68
               </p>
69
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
69
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
70 70
                   <span>与患者关系:______________</span>
71 71
                   <span>告知医师签名:______________</span>
72 72
               </p>
@@ -77,7 +77,7 @@
77 77
           </div>
78 78
         </div>
79 79
       </div>
80
-      
80
+
81 81
   </div>
82 82
 </template>
83 83
 
@@ -107,7 +107,7 @@ export default{
107 107
             console.log("patinet",patient)
108 108
             this.patient =patient
109 109
           }
110
-        }) 
110
+        })
111 111
        },
112 112
       printThisPage(){
113 113
           const style = '@media print {.content p{font-size: 16px;font-family: 新宋体; padding-left: 20px; margin-bottom: 5px;}}'
@@ -160,4 +160,4 @@ export default{
160 160
         text-align: justify;
161 161
       }
162 162
   }
163
-</style>
163
+</style>

+ 9 - 9
src/xt_pages/user/Informed/components/catheterization_informed.vue Näytä tiedosto

@@ -2,7 +2,7 @@
2 2
 <!-- 抗凝 -->
3 3
 <template>
4 4
   <div style="border:1px solid gainsboro ;padding:10px">
5
-      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;"> 
5
+      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;">
6 6
         <!-- <el-button type="primary">主要按钮</el-button> -->
7 7
         <!-- <el-button type="primary" style=""  @click="">
8 8
               编辑
@@ -60,7 +60,7 @@
60 60
               <div style="display: flex; margin: 10px 0;">
61 61
                 <p style="display: inline;padding: 0;">三、</p>
62 62
                 <p style="display: inline;padding: 0;">
63
-                  患者目前存在以下情况:<br/> 
63
+                  患者目前存在以下情况:<br/>
64 64
                   □需建立新的导管通路。<br/>
65 65
                   □血管通路血栓形成或功能不良。<br/>
66 66
                   □原有透析导管破裂或涤纶套脱出松动。<br/>
@@ -144,13 +144,13 @@
144 144
                   5.您同意留取血标本,用于科学研究。
145 145
                 </p>
146 146
               </div>
147
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
147
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
148 148
                   <span>患者签名:______________</span>
149 149
               </p>
150
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
150
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
151 151
                   <span>患者家属签名:______________</span>
152 152
               </p>
153
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
153
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
154 154
                   <span>与患者关系:______________</span>
155 155
                   <span>告知医师签名:______________</span>
156 156
               </p>
@@ -161,7 +161,7 @@
161 161
           </div>
162 162
         </div>
163 163
       </div>
164
-      
164
+
165 165
   </div>
166 166
 </template>
167 167
 
@@ -182,14 +182,14 @@ export default{
182 182
    },
183 183
   methods:{
184 184
     getlist(){
185
-      
185
+
186 186
       getPatientDetailInformedconsent(this.patient_id).then(response=>{
187 187
         if(response.data.state == 1){
188 188
           var patient =  response.data.data.patients
189 189
           console.log("patinet",patient)
190 190
           this.patient =patient
191 191
         }
192
-      }) 
192
+      })
193 193
     },
194 194
       printThisPage(){
195 195
           const style = '@media print {.content p{font-size: 16px;font-family: 新宋体; padding-left: 20px; margin-bottom: 5px;}}'
@@ -245,4 +245,4 @@ export default{
245 245
         text-align: justify;
246 246
       }
247 247
   }
248
-</style>
248
+</style>

+ 9 - 9
src/xt_pages/user/Informed/components/critical_informed.vue Näytä tiedosto

@@ -1,7 +1,7 @@
1 1
 <!-- 危重 -->
2 2
 <template>
3 3
   <div style="border:1px solid gainsboro ;padding:10px">
4
-      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;"> 
4
+      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;">
5 5
         <!-- <el-button type="primary">主要按钮</el-button> -->
6 6
         <!-- <el-button type="primary" style=""  @click="">
7 7
               编辑
@@ -87,14 +87,14 @@
87 87
                 4.您同意学习者在操作过程中进行观摩,拍摄不注明患者身份影像,用于医疗、教学和科研。<br/>
88 88
                 5.您同意留取血标本,用于科学研究。
89 89
               </p>
90
-          
91
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
90
+
91
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
92 92
                   <span>患者签名:______________</span>
93 93
               </p>
94
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
94
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
95 95
                   <span>患者家属签名:______________</span>
96 96
               </p>
97
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
97
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
98 98
                   <span>与患者关系:______________</span>
99 99
                   <span>告知医师签名:______________</span>
100 100
               </p>
@@ -105,7 +105,7 @@
105 105
           </div>
106 106
           </div>
107 107
       </div>
108
-      
108
+
109 109
   </div>
110 110
 </template>
111 111
 
@@ -126,14 +126,14 @@ export default{
126 126
    },
127 127
   methods:{
128 128
     getlist(){
129
-      
129
+
130 130
       getPatientDetailInformedconsent(this.patient_id).then(response=>{
131 131
         if(response.data.state == 1){
132 132
           var patient =  response.data.data.patients
133 133
           console.log("patinet",patient)
134 134
           this.patient =patient
135 135
         }
136
-      }) 
136
+      })
137 137
     },
138 138
       printThisPage(){
139 139
           const style = '@media print {.content p{font-size: 16px;font-family: 新宋体; padding-left: 20px; margin-bottom: 5px;}}'
@@ -189,4 +189,4 @@ export default{
189 189
         text-align: justify;
190 190
       }
191 191
   }
192
-</style>
192
+</style>

+ 8 - 8
src/xt_pages/user/Informed/components/hemoperfusion_informed.vue Näytä tiedosto

@@ -1,7 +1,7 @@
1 1
 <!-- 血液灌流 -->
2 2
 <template>
3 3
   <div style="border:1px solid gainsboro ;padding:10px">
4
-      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;"> 
4
+      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;">
5 5
         <!-- <el-button type="primary">主要按钮</el-button> -->
6 6
         <!-- <el-button type="primary" style=""  @click="">
7 7
               编辑
@@ -97,13 +97,13 @@
97 97
                 4.您同意学习者在操作过程中进行观摩,拍摄不注明患者身份的影像,用于医疗、教学和科研。<br/>
98 98
                 5.您同意留取血标本,用于科学研究。<br/>
99 99
               </p>
100
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
100
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
101 101
                   <span>患者签名:______________</span>
102 102
               </p>
103
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
103
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
104 104
                   <span>患者家属签名:______________</span>
105 105
               </p>
106
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
106
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
107 107
                   <span>与患者关系:______________</span>
108 108
                   <span>告知医师签名:______________</span>
109 109
               </p>
@@ -114,7 +114,7 @@
114 114
           </div>
115 115
           </div>
116 116
       </div>
117
-      
117
+
118 118
   </div>
119 119
 </template>
120 120
 
@@ -166,14 +166,14 @@ export default{
166 166
           return age
167 167
         },
168 168
       getlist(){
169
-      
169
+
170 170
         getPatientDetailInformedconsent(this.patient_id).then(response=>{
171 171
         if(response.data.state == 1){
172 172
           var patient =  response.data.data.patients
173 173
           console.log("patinet",patient)
174 174
           this.patient =patient
175 175
         }
176
-      }) 
176
+      })
177 177
     },
178 178
   },
179 179
   created(){
@@ -198,4 +198,4 @@ export default{
198 198
         text-align: justify;
199 199
       }
200 200
   }
201
-</style>
201
+</style>

+ 8 - 8
src/xt_pages/user/Informed/components/profunda_informed.vue Näytä tiedosto

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div style="border:1px solid gainsboro ;padding:10px">
3
-      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;"> 
3
+      <div style="position: relative; left: 400px;width: 250px;margin: 20px 0;">
4 4
         <!-- <el-button type="primary">主要按钮</el-button> -->
5 5
         <!-- <el-button type="primary" style=""  @click="">
6 6
               编辑
@@ -70,13 +70,13 @@
70 70
                 4.您同意学习者在操作过程中进行观摩,拍摄不注明患者身份的影像,用于医疗、教学和科研。<br/>
71 71
                 5.您同意留取血标本,用于科学研究。<br/>
72 72
               </p>
73
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
73
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
74 74
                   <span>患者签名:______________</span>
75 75
               </p>
76
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
76
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
77 77
                   <span>患者家属签名:______________</span>
78 78
               </p>
79
-              <p style="padding: 20px;display:flex;justify-content: space-between;align-items: center;">
79
+              <p style="padding: 10px 20px;display:flex;justify-content: space-between;align-items: center;">
80 80
                   <span>与患者关系:______________</span>
81 81
                   <span>告知医师签名:______________</span>
82 82
               </p>
@@ -87,7 +87,7 @@
87 87
           </div>
88 88
           </div>
89 89
       </div>
90
-      
90
+
91 91
   </div>
92 92
 </template>
93 93
 
@@ -106,7 +106,7 @@ export default{
106 106
       patient:{}
107 107
     }
108 108
    },
109
-  
109
+
110 110
    created(){
111 111
      this.getlist()
112 112
    },
@@ -119,7 +119,7 @@ export default{
119 119
             console.log("patinet",patient)
120 120
             this.patient =patient
121 121
           }
122
-        }) 
122
+        })
123 123
        },
124 124
         printThisPage(){
125 125
             const style = '@media print {.content p{font-size: 16px;font-family: 新宋体; padding-left: 20px; margin-bottom: 5px;}}'
@@ -172,4 +172,4 @@ export default{
172 172
         text-align: justify;
173 173
       }
174 174
   }
175
-</style>
175
+</style>