diff --git a/src/assets/images/gratefulteacher/Avatarman.png b/src/assets/images/gratefulteacher/Avatarman.png new file mode 100644 index 00000000..4f4f5c5e Binary files /dev/null and b/src/assets/images/gratefulteacher/Avatarman.png differ diff --git a/src/assets/images/gratefulteacher/Avatarwoman.png b/src/assets/images/gratefulteacher/Avatarwoman.png new file mode 100644 index 00000000..20b57972 Binary files /dev/null and b/src/assets/images/gratefulteacher/Avatarwoman.png differ diff --git a/src/views/gratefulteacher/LecturerManagement.vue b/src/views/gratefulteacher/LecturerManagement.vue index a176a68a..3b4f615e 100644 --- a/src/views/gratefulteacher/LecturerManagement.vue +++ b/src/views/gratefulteacher/LecturerManagement.vue @@ -179,6 +179,7 @@ const ViewReviewcolumns = reactive([ key: '课程名称', dataIndex: '课程名称', fixed: 'left', + align: 'left', customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}}, customRender: ({ text }) => { return {text ? text : ""} @@ -880,6 +881,12 @@ const show= async (record)=>{ await getCertificationProcess({teacherId:record.teacherId}).then(res=>{ processData.value = res.data //认证流程 + if(processData.value.draftStatus!=0){ + processData.value.onlineLearning = 1 + } + if(processData.value.offlineTutoring == 0){ + processData.value.onlineLearning = 0 + } attestation.value =[ //0: 已上传 1: 未上传 2:已退回 {name:{0:'初稿已上传',1:'初稿未上传',2:'初稿已退回'},type:'draftStatus',status:processData?.value.draftStatus,images:{0:'su1.png',1:'s1.png',2:'e2.png'},color:['#409EFF','#979797','#FF4040','#31AF0D']}, @@ -1418,11 +1425,16 @@ const vwtext = ref(null)
- + +
{{techerDetail?.teacherName}} {{techerDetail?.teacherNo}}