YNUtdPlatform/pages/HealthExaminationApp/jobAppointment/jobAppointment.vue

20 lines
172 B
Vue
Raw Normal View History

2024-09-02 15:08:09 +08:00
<template>
<view>
职业预约
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss" scoped>
</style>