|
@@ -663,12 +663,6 @@
|
663
|
663
|
<div class="under-line"> {{ prescription.calcium ? prescription.calcium : "" }}</div>
|
664
|
664
|
</td>
|
665
|
665
|
<td width="20">mmol/L</td>
|
666
|
|
- <td width="30"></td>
|
667
|
|
- <td width="80">透析液温度:</td>
|
668
|
|
- <td width="50">
|
669
|
|
- <div class="under-line"> {{ prescription.dialysate_temperature ? prescription.dialysate_temperature : "" }}</div>
|
670
|
|
- </td>
|
671
|
|
- <td width="10">℃</td>
|
672
|
666
|
<td></td>
|
673
|
667
|
</tr>
|
674
|
668
|
</tbody>
|
|
@@ -766,7 +760,6 @@
|
766
|
760
|
<td width="40" style="height:20px;line-height:20px">液温<br />℃</td>
|
767
|
761
|
<td width="60" style="height:20px;line-height:20px">钠浓度<br />mmol/L</td>
|
768
|
762
|
<td width="">特殊记录</td>
|
769
|
|
- <td width="60" style="height:20px;line-height:20px">签名</td>
|
770
|
763
|
</tr>
|
771
|
764
|
|
772
|
765
|
<tr v-for="monitor in monitors" :key="monitor.id">
|
|
@@ -790,14 +783,6 @@
|
790
|
783
|
<td style="text-align:left;padding-left:10px;">
|
791
|
784
|
{{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }}
|
792
|
785
|
</td>
|
793
|
|
- <td>
|
794
|
|
- <span v-if="setAdminUserES(monitor.monitoring_nurse) == ''">
|
795
|
|
- {{ getAdminUser(monitor.monitoring_nurse) }}
|
796
|
|
- </span>
|
797
|
|
- <span v-else style="display:flex;align-items:center;justify-content:space-around;height:36px;">
|
798
|
|
- <img style="height:30px;" :src="setAdminUserES(monitor.monitoring_nurse)" alt srcset />
|
799
|
|
- </span>
|
800
|
|
- </td>
|
801
|
786
|
</tr>
|
802
|
787
|
</tbody>
|
803
|
788
|
</table>
|