chenyc
2024-08-21 59ba223820054f296191f581bd413f5b9cff9e7f
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,