From e6dff096a9e94d1a5323e82f74bc1368ff7a72d6 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 12 九月 2024 13:47:17 +0800 Subject: [PATCH] 装机 作业列表 --- src/views/ecg/doctor/components/QueuePanel.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ecg/doctor/components/QueuePanel.vue b/src/views/ecg/doctor/components/QueuePanel.vue index e633972..7feeb57 100644 --- a/src/views/ecg/doctor/components/QueuePanel.vue +++ b/src/views/ecg/doctor/components/QueuePanel.vue @@ -1,6 +1,6 @@ <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"; @@ -12,7 +12,7 @@ const props = defineProps({ queue: { - type: Array as PropType<queueVO[]>, + type: Array as PropType<QueueVO[]>, required: true } /*, -- Gitblit v1.9.3