See999 4 years ago
parent
commit
adbc731e8a
1 changed files with 17 additions and 2 deletions
  1. 17 2
      src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue

+ 17 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue View File

@@ -113,7 +113,7 @@
113 113
                       </div>
114 114
                     </td>
115 115
 
116
-                    <td></td>
116
+                    <td width='10'></td>
117 117
                     <td width="50">意识:</td>
118 118
                     <td width="250">
119 119
                       <div>
@@ -131,7 +131,7 @@
131 131
                         <!--showValue='模糊'></label-box>-->
132 132
                       </div>
133 133
                     </td>
134
-                    <td></td>
134
+                    <td width='10'></td>
135 135
                     <td width="50">体温:</td>
136 136
                     <td width="100">
137 137
                       <div class="under-line">
@@ -139,6 +139,21 @@
139 139
                       </div>
140 140
                     </td>
141 141
                     <td width="35">℃</td>
142
+                    <td width='10'></td>
143
+                    <td width="60">透前血压:</td>
144
+                    <td width="50">
145
+                      <div class="under-line">
146
+                        &nbsp;{{ predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : ""}}
147
+                      </div>
148
+                    </td>
149
+                    <td width='10'>/</td>
150
+                    <td width="50">
151
+                      <div class="under-line">
152
+                        &nbsp;{{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : "" }}
153
+                      </div>
154
+                    </td>
155
+                    <td width='30'>mmHg</td>
156
+                    <td></td>
142 157
                   </tr>
143 158
                 </tbody>
144 159
               </table>