讲师管理bug

This commit is contained in:
zhangsir
2024-12-06 17:38:48 +08:00
parent 23277bc71d
commit 5044213ec2
7 changed files with 69 additions and 36 deletions

View File

@@ -74,7 +74,7 @@ import { reactive, toRefs, ref,computed,watch } from "vue"
import {getTeacherById} from "../../api/Lecturer";
import { getNewInTeacherCourseList } from "../../api/Teaching";
// import boe from '@/assets/boe.jpg'
import avatar from '@/assets/avatar.png'
import avatar from '@/assets/Avatarman.png'
import dayjs from "dayjs";
export default{
name :"LookExternalLecturer",