From 59ba223820054f296191f581bd413f5b9cff9e7f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 21 八月 2024 18:38:48 +0800
Subject: [PATCH] 更新患者档案
---
src/views/home/index.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index fd3aa45..628e315 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,
--
Gitblit v1.8.0