| | |
| | | import { reactive, onMounted, ref, watch, nextTick, onActivated, markRaw } from 'vue'; |
| | | import { QueryList,getRecordsInToday2 } from '/@/api/Patients' |
| | | import { storeToRefs } from 'pinia'; |
| | | import {formatDate} from '/@/utils/formatTime' |
| | | import { useUserInfo } from '/@/stores/userInfo'; |
| | | import { usePatientsInfo } from '/@/stores/patientsInfo'; |
| | | const stores = useUserInfo(); |
| | |
| | | patientName:state.search.toLowerCase(), |
| | | orderCondition:2, |
| | | clientCode:userInfos.value.clientCode, |
| | | dateBegin:"2025-02-18 00:00:00", |
| | | dateEnd:"2025-02-18 23:59:59" |
| | | dateBegin:formatDate(new Date(),'YYYY-mm-dd')+ " 00:00:00", |
| | | dateEnd:formatDate(new Date(),'YYYY-mm-dd')+" 23:59:59" |
| | | } |
| | | const loading = ElLoading.service({ |
| | | lock: true, |
| | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | $homeNavLengh: 8; |
| | | |
| | | .home-container { |
| | | overflow: hidden; |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .parent { |
| | | display: grid; |
| | | grid-template-columns: minmax(150px, 20%) 1fr; |
| | | } |
| | | </style> |