Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
c59efe75
Commit
c59efe75
authored
Jul 26, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
576822e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
34 deletions
+7
-34
surveyStudent.vue
src/pages/system/surveyStudent.vue
+7
-34
No files found.
src/pages/system/surveyStudent.vue
View file @
c59efe75
<
template
>
<div
class=
"page-body"
style=
"width: auto;height:150%;"
>
<div
class=
"page-content"
>
<div
class=
"col-2 q-table__title"
style=
"text-align:center;"
>
班主任满意度
调查问卷
</div>
<div
class=
"col-2 q-table__title"
style=
"text-align:center;"
>
{{
pageTitle
}}
调查问卷
</div>
<div
v-if=
"loadingCG"
>
<div
class=
"row wrap"
style=
"margin:10px 0px;"
>
<div
class=
"col-12"
style=
"text-indent:2em;"
>
亲爱的
{{
addMsg
.
StuName
}}
同学,为了提高班主任老师的课后监督服务质量,请您对班主任老师进行评价。
</div>
...
...
@@ -84,7 +84,7 @@
}
from
'../../api/school/index'
export
default
{
meta
:
{
title
:
"
班主任满意度调查问卷
"
title
:
"
问卷调查
"
},
components
:
{
...
...
@@ -101,6 +101,7 @@
},
TeacherList
:
[],
//关联教师下拉数据
AllTeacherList
:
[],
//关联教师下拉数据
pageTitle
:
""
,
addMsg
:
{
TeacherId
:
0
,
StuName
:
""
,
...
...
@@ -169,37 +170,6 @@
ScoreNum
:
item
.
ScoreNum
,
TextContent
:
item
.
TextContent
};
// if(item.SurveyType==1){//打分
// if(item.ScoreNum==0){
// this.$q.notify({
// type: "negative",
// position: "top",
// message: item.Title+'您还未打分'
// });
// showTips+=1;
// }
// } else if(item.SurveyType==2){//单选
// if(item.ScoreNum==0){
// this.$q.notify({
// type: "negative",
// position: "top",
// message: item.Title+'您还未选择'
// });
// showTips+=1;
// }
// }
// else if(item.SurveyType==3){//多选
// if(item.CheckInfo.length==0){
// this.$q.notify({
// type: "negative",
// position: "top",
// message: item.Title+'您还未选择'
// });
// showTips+=1;
// }
// }
this
.
addMsg
.
SurveyList
.
push
(
nowInfo
);
});
if
(
showTips
>
0
)
{
...
...
@@ -239,8 +209,11 @@
getSurveyShowList
()
{
this
.
loading
=
true
;
querySurveyShowList
(
this
.
msg
).
then
(
res
=>
{
console
.
log
(
res
);
this
.
loading
=
false
this
.
data
=
res
.
Data
this
.
data
=
res
.
Data
.
subList
;
this
.
pageTitle
=
res
.
Data
.
Title
;
window
.
document
.
title
=
this
.
pageTitle
;
}).
catch
(()
=>
{
this
.
loading
=
false
})
...
...
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