mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
讲师认证
This commit is contained in:
@@ -155,4 +155,7 @@ export const transferPermission =(data)=>{
|
||||
// method: "post",
|
||||
// data:data
|
||||
// })
|
||||
// }
|
||||
// }
|
||||
|
||||
//依旧id查找教师
|
||||
export const getTeacherId = (data) => http.get('/activityApi/teacher/getTeacherId',{params:data})
|
||||
@@ -186,7 +186,7 @@ import * as api from "../../api/index1";
|
||||
import { BATCH_IMPORT_SCORE } from "@/api/config";
|
||||
import { useStore } from "vuex";
|
||||
import {getCookieForName} from "@/api/method";
|
||||
import { saveTeacher } from "@/api/examineApi";
|
||||
import { saveTeacher,getTeacherId } from "@/api/examineApi";
|
||||
export default {
|
||||
name: "ImpStu",
|
||||
props: {
|
||||
|
||||
@@ -757,7 +757,7 @@ const show= async (record)=>{
|
||||
attestation.value =[
|
||||
//0: 已上传 1: 未上传 2:已退回
|
||||
{name:{0:'初稿已上传',1:'初稿未上传',2:'初稿已退回'},status:processData?.value.draftStatus,images:{0:'su1.png',1:'s1.png',2:'e2.png'}},
|
||||
{name:{0:'线上学习已完成',1:'线上学习未完成',2:'线上学习已退回'},status:processData?.value.onlineLearning,images:{0:'su2.png',1:'s2.png',2:''}},
|
||||
{name:{0:'线上学习已完成',1:'线上学习未完成',2:'进行中'},status:processData?.value.onlineLearning,images:{0:'su2.png',1:'s2.png',2:''}},
|
||||
{name:{0:'线下辅导已完成',1:'线上辅导未完成',2:'线上辅导已退回'},status:processData?.value.offlineTutoring,images:{0:'su3.png',1:'s3.png',2:''}},
|
||||
{name:{0:'终稿已上传',1:'终稿未上传',2:'终稿已退回'},status:processData?.value.endStatus,images:{0:'su4.png',1:'s4.png',2:'e3.png'}},
|
||||
{name:{0:'认证已通过',1:'认证未通过',2:'认证进行中',3:'认证已报名'},status:processData?.value.reviewResult,images:{0:'su5.png',2:'su5.png',1:'e1.png',3:'success.png',}},
|
||||
|
||||
Reference in New Issue
Block a user