| | |
| | | <span style="margin-left: 5px">生化数据</span> |
| | | </span> |
| | | </template> |
| | | Config |
| | | <lisUi ref="lisUiRef"></lisUi> |
| | | </el-tab-pane> |
| | | <el-tab-pane label="用药记录" name="用药记录"> |
| | | <template #label> |
| | |
| | | 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 |
| | |
| | | const MedicationRecordsRef=ref() |
| | | const patientFileRef=ref() |
| | | const currentRow=ref() |
| | | const lisUiRef=ref() |
| | | const state = reactive({ |
| | | global: { |
| | | homeChartOne: null, |