From 4ca01635eeaeb016e1489cfac1088f396d93e519 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 10 九月 2024 16:57:17 +0800 Subject: [PATCH] 装机 用户通过 上级设置 不通过 property --- 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