|
@@ -96,7 +96,7 @@
|
|
<span v-for="item in dics.getZyDismissWay">
|
|
<span v-for="item in dics.getZyDismissWay">
|
|
{{ item.code }}.{{ item.name }}
|
|
{{ item.code }}.{{ item.name }}
|
|
</span>
|
|
</span>
|
|
- ,拟接收医疗机构名称:
|
|
|
|
|
|
+ 拟接收医疗机构名称:
|
|
<span
|
|
<span
|
|
style="
|
|
style="
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -117,13 +117,13 @@
|
|
border-bottom: 1px solid black;
|
|
border-bottom: 1px solid black;
|
|
"
|
|
"
|
|
>{{
|
|
>{{
|
|
- filterNameInDic(patient.admissAgainInOneMonth, "getHaveOrNot")
|
|
|
|
|
|
+ patient.admissAgainInOneMonth
|
|
}}</span
|
|
}}</span
|
|
>
|
|
>
|
|
<span v-for="item in dics.getHaveOrNot">
|
|
<span v-for="item in dics.getHaveOrNot">
|
|
{{ item.code }}.{{ item.name }}
|
|
{{ item.code }}.{{ item.name }}
|
|
</span>
|
|
</span>
|
|
- ,目的:
|
|
|
|
|
|
+ 目的:
|
|
<span
|
|
<span
|
|
style="
|
|
style="
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -826,6 +826,7 @@ const dismissStatusText = val => {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
const initIcuInfoListName = (n) => {
|
|
const initIcuInfoListName = (n) => {
|
|
|
|
+ console.log("initIcuInfoListName",props.patient)
|
|
if (n == 1) {
|
|
if (n == 1) {
|
|
if (props.patient.icuInfoList[n - 1].icuName == null) {
|
|
if (props.patient.icuInfoList[n - 1].icuName == null) {
|
|
return "-"
|
|
return "-"
|