eight
2025-04-11 fe28e1fe081c83b703d5c10b3ebe017a69da9b3d
src/views/ecg/appointment/index.vue
@@ -201,6 +201,7 @@
import { AppointmentApi, AppointmentVO } from '@/api/ecg/appointment'
import AppointmentForm from './AppointmentForm.vue'
import {useCheckTypeStore} from "@/store/modules/checkType";
import {getCheckTypeName} from "../../../utils/checkTypeFormatter";
/** 预约 列表 */
defineOptions({ name: 'Appointment' })