|
@@ -264,7 +264,7 @@
|
264
|
264
|
}}
|
265
|
265
|
</span></span
|
266
|
266
|
>
|
267
|
|
- mg 追加 <span>{{
|
|
267
|
+ mg 追加 <span>{{
|
268
|
268
|
prescription.anticoagulant_weichi &&
|
269
|
269
|
prescription.anticoagulant == 2
|
270
|
270
|
? prescription.anticoagulant_weichi
|
|
@@ -773,7 +773,7 @@
|
773
|
773
|
<td style="height: 20px" width="420">
|
774
|
774
|
<p style="height: 20px; line-height: 20px">医嘱执行记录</p>
|
775
|
775
|
</td>
|
776
|
|
- <td style="height: 20px" width="100">
|
|
776
|
+ <td style="height: 20px" width="100" v-if="org_id==10346||org_id==9675">
|
777
|
777
|
<p style="height: 20px; line-height: 20px">执行时间</p>
|
778
|
778
|
</td>
|
779
|
779
|
<td style="height: 20px" width="85">
|
|
@@ -833,7 +833,7 @@
|
833
|
833
|
}}</span>
|
834
|
834
|
<span>{{ advice.remark }}</span>
|
835
|
835
|
</td>
|
836
|
|
- <td style="line-height: 30px" width="100">
|
|
836
|
+ <td style="line-height: 30px" width="100" v-if="org_id==10346||org_id==9675">
|
837
|
837
|
<span v-if="advice.execution_time">{{
|
838
|
838
|
getTime(advice.execution_time, "{h}:{i}")
|
839
|
839
|
}}</span>
|