|
@@ -489,7 +489,7 @@
|
|
|
<span class="mlr10" />3.医嘱转社区卫生服务机构/乡镇卫生院,拟接收医疗机构名称:<NoValueInputVue :data="blInfo.patient_info.AEM01C == 3 ? blInfo.patient_hospital_info.AEM02 : ''" />
|
|
|
<span class="mlr10" />4.非医嘱离院
|
|
|
<span class="mlr10" />5.死亡
|
|
|
- <span class="mlr10" />6其他
|
|
|
+ <span class="mlr10" />9.其他
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
@@ -497,7 +497,7 @@
|
|
|
<td colspan="12">
|
|
|
<span class="square">{{ blInfo.patient_hospital_info.AEM03C }}</span>
|
|
|
<span class="mlr10" />1.无
|
|
|
- <span class="mlr10" />2.有,<NoValueInputVue :data="blInfo.patient_hospital_info.AEM04" />
|
|
|
+ <span class="mlr10" />2.有,目的:<NoValueInputVue :data="blInfo.patient_hospital_info.AEM04" />
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
@@ -571,7 +571,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
controlData: {
|
|
|
- bSwitch: false,
|
|
|
+ bSwitch: true,
|
|
|
zyh: ''
|
|
|
},
|
|
|
blInfo: {
|