Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
187824a6
Commit
187824a6
authored
Jan 28, 2022
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏老师评分
parent
ce4e399d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
src/config/server.js
src/config/server.js
+6
-6
src/views/index/camp/homework/refer.vue
src/views/index/camp/homework/refer.vue
+4
-4
No files found.
src/config/server.js
View file @
187824a6
...
@@ -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
src/views/index/camp/homework/refer.vue
View file @
187824a6
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment