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
576822e1
Commit
576822e1
authored
Jul 23, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问卷名称调整
parent
a60f0c00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
surveyStudent.vue
src/pages/system/surveyStudent.vue
+8
-8
No files found.
src/pages/system/surveyStudent.vue
View file @
576822e1
<
template
>
<
template
>
<div
class=
"page-body"
style=
"width: auto;height:150%;"
>
<div
class=
"page-body"
style=
"width: auto;height:150%;"
>
<div
class=
"page-content"
>
<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;"
>
班主任满意度
调查问卷
</div>
<div
v-if=
"loadingCG"
>
<div
v-if=
"loadingCG"
>
<div
class=
"row wrap"
style=
"margin:10px 0px;"
>
<div
class=
"row wrap"
style=
"margin:10px 0px;"
>
<div
class=
"col-12"
>
亲爱的
{{
addMsg
.
StuName
}}
同学,为了提高老师上课的教学质量,请您完成对任课老师的
评价。
</div>
<div
class=
"col-12"
style=
"text-indent:2em;"
>
亲爱的
{{
addMsg
.
StuName
}}
同学,为了提高班主任老师的课后监督服务质量,请您对班主任老师进行
评价。
</div>
</div>
</div>
<div
class=
"row wrap"
>
<div
class=
"row wrap"
>
<div
class=
"col-12"
>
<div
class=
"col-12"
>
<q-select
filled
v-model=
"addMsg.TeacherId"
use-input
:dense=
"false"
ref=
"Teacher_Id"
label=
"
您选择评价的老师
:"
<q-select
filled
v-model=
"addMsg.TeacherId"
use-input
:dense=
"false"
ref=
"Teacher_Id"
label=
"
班主任老师姓名
:"
option-value=
"TId"
option-label=
"TeacherName"
:options=
"TeacherList"
@
filter=
"filterFnTeacher"
option-value=
"TId"
option-label=
"TeacherName"
:options=
"TeacherList"
@
filter=
"filterFnTeacher"
class=
"col-6 q-pb-lg"
emit-value
map-options
>
class=
"col-6 q-pb-lg"
emit-value
map-options
>
<template
v-slot:no-option
>
<template
v-slot:no-option
>
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
</div>
</div>
<div
v-else
>
<div
v-else
>
<div
class=
"row wrap"
style=
"margin:20px 0px;text-align:center; "
>
<div
class=
"row wrap"
style=
"margin:20px 0px;text-align:center; "
>
<div
class=
"col-12"
>
亲爱的{{addMsg.StuName}}同学,感谢您对
任课
老师{{addMsg.TeacherName}}的评价。
</div>
<div
class=
"col-12"
>
亲爱的{{addMsg.StuName}}同学,感谢您对
班主任
老师{{addMsg.TeacherName}}的评价。
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
}
from
'../../api/school/index'
}
from
'../../api/school/index'
export
default
{
export
default
{
meta
:
{
meta
:
{
title
:
"
老师上课质量
调查问卷"
title
:
"
班主任满意度
调查问卷"
},
},
components
:
{
components
:
{
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
loadingCG
:
true
,
loadingCG
:
true
,
msg
:
{
msg
:
{
RB_Group_Id
:
0
,
RB_Group_Id
:
0
,
MainId
:
0
,
MainId
:
0
,
},
},
TeacherList
:
[],
//关联教师下拉数据
TeacherList
:
[],
//关联教师下拉数据
AllTeacherList
:
[],
//关联教师下拉数据
AllTeacherList
:
[],
//关联教师下拉数据
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
TeacherName
:
""
,
TeacherName
:
""
,
StudentId
:
0
,
StudentId
:
0
,
SurveyList
:
[],
SurveyList
:
[],
MainId
:
0
,
MainId
:
0
,
}
}
}
}
},
},
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
}
}
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
MainId
)
{
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
MainId
)
{
this
.
msg
.
MainId
=
this
.
$route
.
query
.
MainId
;
this
.
msg
.
MainId
=
this
.
$route
.
query
.
MainId
;
this
.
addMsg
.
MainId
=
this
.
$route
.
query
.
MainId
;
this
.
addMsg
.
MainId
=
this
.
$route
.
query
.
MainId
;
}
}
this
.
GetTeacherList
();
this
.
GetTeacherList
();
this
.
getSurveyShowList
();
this
.
getSurveyShowList
();
...
...
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