| | |
| | | import {PropType} from "vue"; |
| | | import {useCheckTypeStore} from "@/store/modules/checkType"; |
| | | import {UserVO} from "@/store/modules/user"; |
| | | import {getCheckTypeName} from "../../../utils/checkTypeFormatter"; |
| | | |
| | | const emit = defineEmits(['event-haveseat', 'event-leaveseat', 'event-setcurseat']) |
| | | |
| | |
| | | import {PropType} from "vue"; |
| | | import {DICT_TYPE, getIntDictOptions} from "@/utils/dict"; |
| | | import {useCheckTypeStore} from "@/store/modules/checkType"; |
| | | import {getCheckTypeName} from "../../../utils/checkTypeFormatter"; |
| | | const emit = defineEmits(['refresh']) |
| | | |
| | | defineComponent({ |