See999 5 년 전
부모
커밋
8e474a2f56
1개의 변경된 파일14개의 추가작업 그리고 13개의 파일을 삭제
  1. 14 13
      src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue

+ 14 - 13
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue 파일 보기

140
                     </td>
140
                     </td>
141
                     <td width="35">℃</td>
141
                     <td width="35">℃</td>
142
                     <td width='10'></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>
143
+                    
156
                     <td></td>
144
                     <td></td>
157
                   </tr>
145
                   </tr>
158
                 </tbody>
146
                 </tbody>
260
                         &nbsp;
248
                         &nbsp;
261
                       </div>
249
                       </div>
262
                     </td>
250
                     </td>
251
+                    <td width="60">透前血压:</td>
252
+                    <td width="50">
253
+                      <div class="under-line">
254
+                        &nbsp;{{ predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : ""}}
255
+                      </div>
256
+                    </td>
257
+                    <td width='10'>/</td>
258
+                    <td width="50">
259
+                      <div class="under-line">
260
+                        &nbsp;{{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : "" }}
261
+                      </div>
262
+                    </td>
263
+                    <td width='30'>mmHg</td>
263
                     <td></td>
264
                     <td></td>
264
                   </tr>
265
                   </tr>
265
                 </tbody>
266
                 </tbody>