import OHeader from '@/components/o-header' import OSticky from '@/components/o-sticky' import { Button, Cell, CellGroup, Dialog, Icon, Image, Tab, Tabs, Tag } from 'vant' import { defineComponent, reactive } from 'vue' import styles from './index.module.less' import iconTimer from '../../images/icon-timer.png' import iconTeacher from '@common/images/icon_teacher.png' export default defineComponent({ name: 'course-preview', setup() { const forms = reactive({ conflictStatus: false, conflictMessage: '该时间段伴学指导在其他学校有课', tabValue: '1', courseValue: '1' }) return () => (
{{ title: () => (
2022-10-31
), value: () => 45分钟 }}
14:00-15:30
{{ icon: () => , title: () => (

李老师

乐理课
), value: () => ( ) }}
{ // forms.classStatus = true }} > {{ title: () => (
课程冲突
) }}
) } })