chenyc
2024-08-24 33f91828d0dcbacbc7dc919f89d2d206bcc98da8
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