See999 4 years ago
parent
commit
9ab5484699
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/xt_pages/dialysis/template/DialysisPrintOrderFifteen.vue

+ 6 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFifteen.vue View File

@@ -378,13 +378,18 @@
378 378
       </table>
379 379
       <table class="print-table" border="1">
380 380
           <tr style="border:none;">
381
-              <td style="text-align:left;padding-left:5px;border:none;">
381
+              <td style="text-align:left;padding-left:5px;border:none;width:300px;">
382 382
                 <span style="width:80px;display: inline-block;text-align:left;">透析器凝血:</span>
383 383
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="无"></label-box>&nbsp;
384 384
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false" showValue="+"></label-box>&nbsp;
385 385
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false" showValue="+ +"></label-box>&nbsp;
386 386
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false" showValue="+ + +"></label-box>&nbsp;
387 387
               </td>
388
+              <td style="padding-left:5px;width:120px;">
389
+                体温
390
+                <span style="width:50px;display: inline-block;text-align:center;">{{ afterdialysis.temperature ? afterdialysis.temperature : "" }}</span>℃
391
+              </td>
392
+              <td></td>
388 393
           </tr>
389 394
       </table>
390 395
       <table class="print-table" border="1">