xiaochan 1 年之前
父節點
當前提交
ca95a164fc
共有 1 個文件被更改,包括 2 次插入12 次删除
  1. 2 12
      src/components/zhu-yuan-yi-sheng/emr/auxiliary-tools/EmrAuxiliaryTools.vue

+ 2 - 12
src/components/zhu-yuan-yi-sheng/emr/auxiliary-tools/EmrAuxiliaryTools.vue

@@ -186,20 +186,10 @@ const drawerRange: {
         return h(BloodSugar, {...propsPatientInfo.value})
       }
     }, {
-      name: '麻',
+      name: '麻',
       comp: () => {
         return h('iframe', {
-          class: 'iframe_max_border0',
-          src: `http://172.16.32.181/interface/patient/doc.html?admissionNum=${propsPatientInfo.value.patNo}&admissionTimes=${propsPatientInfo.value.times}`
-        })
-      }
-    }
-    ,
-    {
-      name: '护理',
-      comp: () => {
-        return h('iframe', {
-          class: 'iframe_max_border0',
+          class: 'layout_full_size',
           src: `http://172.16.32.181/interface/patient/doc.html?admissionNum=${propsPatientInfo.value.patNo}&admissionTimes=${propsPatientInfo.value.times}`
         })
       }