| | |
| | | <script setup lang="ts"> |
| | | import {defineComponent, PropType} from "vue"; |
| | | import { queueVO } from '@/api/ecg/queue' |
| | | import { QueueVO } from '@/api/ecg/queue' |
| | | import {DICT_TYPE} from "@/utils/dict"; |
| | | import {PatientVO, DoctorApi} from "@/api/ecg/doctor"; |
| | | |
| | |
| | | |
| | | const props = defineProps({ |
| | | queue: { |
| | | type: Array as PropType<queueVO[]>, |
| | | type: Array as PropType<QueueVO[]>, |
| | | required: true |
| | | } |
| | | /*, |
| | |
| | | |
| | | <template> |
| | | <div v-for="(item, index) in queue" :key="index"> |
| | | {{item.patName}} |
| | | {{item.patName}}{{item.passed === 0 ? "":"*"}} |
| | | <dict-tag :type="DICT_TYPE.SYSTEM_USER_SEX" :value="item.patGender" /> |
| | | {{item.roomName}} |
| | | {{item.bedNo}} |