From 33f91828d0dcbacbc7dc919f89d2d206bcc98da8 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期六, 24 八月 2024 10:47:35 +0800
Subject: [PATCH] 更新透析单打印医嘱备注显示

---
 src/views/home/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index fd3aa45..80aa0c8 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -45,7 +45,7 @@
                                 <span style="margin-left: 5px">生化数据</span>
                             </span>
                         </template>
-                        Config
+                        <lisUi ref="lisUiRef"></lisUi>
                     </el-tab-pane>
                     <el-tab-pane label="用药记录" name="用药记录">
                         <template #label>
@@ -131,6 +131,8 @@
 import dietarySurvey from './components/dietary_survey.vue'
 // 患者档案
 import patientFile from './components/patient_file.vue'
+// 化验结果
+import lisUi from './components/lis_.ui.vue'
 interface User {
     code:string,
     patientName: string
@@ -140,6 +142,7 @@
 const MedicationRecordsRef=ref()
 const patientFileRef=ref()
 const currentRow=ref()
+const lisUiRef=ref()
 const state = reactive({
 	global: {
 		homeChartOne: null,
@@ -148,7 +151,7 @@
 		dispose: [null, '', undefined],
 	} as any,
     filterTableData:[],
-    activeName:'患者档案',
+    activeName:'膳食调查',
     tableHeight:{
         left:0,
         detailRight:0

--
Gitblit v1.8.0