Commit 187824a6 authored by 杨梦雪's avatar 杨梦雪

隐藏老师评分

parent ce4e399d
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
// export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket // export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket
// 正式 // 正式
// export const SERVER_URL = 'https://api1.testgate.cn' // 正式环境 export const SERVER_URL = 'https://api1.testgate.cn' // 正式环境
// export const DEVELOPMENT_SERVER_URL = 'https://api1.testgate.cn' // 开发环境 export const DEVELOPMENT_SERVER_URL = 'https://api1.testgate.cn' // 开发环境
// export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket
// 线上测试 // 线上测试
export const SERVER_URL = "http://api.campcenter.cn/"; // 正式环境 // export const SERVER_URL = "http://api.campcenter.cn/"; // 正式环境
export const DEVELOPMENT_SERVER_URL = "http://api.campcenter.cn/"; //开发环境 // export const DEVELOPMENT_SERVER_URL = "http://api.campcenter.cn/"; //开发环境
export const SERVER_WS_URL = "ws://api.campcenter.cn"; // websocket // export const SERVER_WS_URL = "ws://api.campcenter.cn"; // websocket
...@@ -189,8 +189,8 @@ ...@@ -189,8 +189,8 @@
<span>评阅结果</span> <span>评阅结果</span>
</div> </div>
</div> </div>
<div class="cont_title_2">导师评分</div> <!-- <div class="cont_title_2">导师评分</div>
<div class="cont_info">{{ score }}</div> <div class="cont_info">{{ score }}</div> -->
<div class="cont_title_2">导师评语</div> <div class="cont_title_2">导师评语</div>
<div v-html="teacher_commment" class="cont_info">}</div> <div v-html="teacher_commment" class="cont_info">}</div>
<div class="cont_title_2">相关附件</div> <div class="cont_title_2">相关附件</div>
...@@ -300,7 +300,7 @@ export default { ...@@ -300,7 +300,7 @@ export default {
teaFileList: [], // 老师-布置作业附件 teaFileList: [], // 老师-布置作业附件
fileList: [], //学生上传的作业文件 fileList: [], //学生上传的作业文件
stu_fileList: [], //学生上传的文件(传给接口的格式) stu_fileList: [], //学生上传的文件(传给接口的格式)
score: "", //老师评分 // score: "", //老师评分
teacher_commment: "", //老师评语 teacher_commment: "", //老师评语
tea_scoreFileList: [], //老师评语的附件 tea_scoreFileList: [], //老师评语的附件
}; };
...@@ -428,7 +428,7 @@ export default { ...@@ -428,7 +428,7 @@ export default {
}; };
}); });
} }
this.score = res.data.data.score; //老师评分 // this.score = res.data.data.score; //老师评分
this.teacher_commment = res.data.data.teacher_commment; //老师评语 this.teacher_commment = res.data.data.teacher_commment; //老师评语
// console.log(res.data.data.teacher_commment, " this.teacher_commment"); // console.log(res.data.data.teacher_commment, " this.teacher_commment");
let scoreFileList = res.data.data.teacher_url; let scoreFileList = res.data.data.teacher_url;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment