|
@@ -19,13 +19,13 @@
|
19
|
19
|
年龄:{{ getNewAge(patientInfo.id_card_no) }}
|
20
|
20
|
</td>
|
21
|
21
|
<td style="width:20%;text-align:left;">
|
22
|
|
- 床号:{{ getNumber() }}
|
|
22
|
+ 床号:{{ patientInfo.dialysis_no }}
|
23
|
23
|
</td>
|
24
|
24
|
<td style="width:20%;text-align:left;">
|
25
|
25
|
透析器:{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "" }}
|
26
|
26
|
</td>
|
27
|
27
|
<td style="width:20%;text-align:left;">
|
28
|
|
- 透析机号:{{ predialysis.machine_type ? predialysis.machine_type : '' }}
|
|
28
|
+ 透析机号:{{ getNumber() }}
|
29
|
29
|
</td>
|
30
|
30
|
</tr>
|
31
|
31
|
</table>
|
|
@@ -185,7 +185,7 @@
|
185
|
185
|
</tr>
|
186
|
186
|
<tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
|
187
|
187
|
<td style="height:40px;line-height:40px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
188
|
|
- <td class="parent">
|
|
188
|
+ <td class="parent" style="text-align:left;padding-left: 20px !important;">
|
189
|
189
|
<span v-if="advice.parent_id > 0">---></span>
|
190
|
190
|
<span>{{ advice.advice_name }}</span>
|
191
|
191
|
<span v-if="advice && advice.advice_desc">({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
|