瀏覽代碼

病案首页icu

‘chenzhilei’ 2 月之前
父節點
當前提交
971cac4008
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

+ 2 - 1
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

@@ -1589,7 +1589,7 @@
               <tr v-for="n in 3">
                 <td>
                   <div style="height: 26px;line-height: 26px;padding-left: 5px" @click="clickIcuInfo('icuName',n)">
-                    {{ patient.icuInfoList[n - 1].name }}
+                    {{ patient.icuInfoList[n - 1].icuName }}
                   </div>
                 </td>
                 <td>
@@ -2445,6 +2445,7 @@ const confirmDateTimePickerData = () => {
 }; 
 
 const clickIcuInfo = (name,n) => {
+  console.log("icuName",name,n)
   if (name == "icuName") {
     patient.value.icuInfoList[n - 1].icuName = "ICU"
   }