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
891f4f72
Commit
891f4f72
authored
May 05, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
4523f0b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
18 deletions
+62
-18
dayStatic.vue
src/pages/teacher/dayStatic.vue
+37
-5
teacherMonth.vue
src/pages/teacher/teacherMonth.vue
+25
-13
No files found.
src/pages/teacher/dayStatic.vue
View file @
891f4f72
...
...
@@ -66,6 +66,16 @@
续约
<br
/>
(含留学)
</q-th>
</
template
>
<
template
v-else-if=
"col.label=='班主任学生互动'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:75px;text-align:center;"
>
班主任
<br
/>
学生互动
</q-th>
</
template
>
<
template
v-else-if=
"col.label=='班主任学生互动得分'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:90px;text-align:center;"
>
班主任学生
<br
/>
互动得分
</q-th>
</
template
>
<
template
v-else-if=
"col.label=='学生退课'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"background-color:#FF66CC;color:#000;"
>
学生退课
...
...
@@ -174,7 +184,20 @@
</
template
>
</template>
</q-tr>
<
template
v-slot:body-cell-FinishTimesPlanCount2=
"props"
>
<q-td
:props=
"props"
>
<span
style=
"color:blue;cursor:pointer;"
title=
"点击查看跟进详细信息"
@
click=
"GoToDetails(props.row,1)"
>
{{
props
.
row
.
OnLineInteractiveScore
}}
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-FinishTimesPlanCount=
"props"
>
<q-td
:props=
"props"
>
<span
style=
"color:blue;cursor:pointer;"
title=
"点击查看跟进详细信息"
@
click=
"GoToDetails(props.row,1)"
>
{{
props
.
row
.
FinishFollow
}}
/
{{
props
.
row
.
TotalFollow
}}
</span>
</q-td>
</
template
>
<
template
v-slot:bottom
>
</
template
>
</q-table>
...
...
@@ -205,13 +228,22 @@
field
:
'DateStr'
,
align
:
'left'
},
// {
// name: 'StudentCount',
// label: '学生人次',
// field: 'StudentCount',
// align: 'left'
// },
{
name
:
'StudentCount'
,
label
:
'学生人次'
,
field
:
'StudentCount'
,
name
:
'FinishTimesPlanCount'
,
label
:
'班主任学生互动'
,
align
:
'left'
},
{
name
:
'FinishTimesPlanCount2'
,
label
:
'班主任学生互动得分'
,
align
:
'left'
},
{
name
:
'AttendClassHourScore'
,
label
:
'上课时数'
,
...
...
src/pages/teacher/teacherMonth.vue
View file @
891f4f72
...
...
@@ -47,11 +47,11 @@
班主任
<br
/>
学生互动
</q-th>
</
template
>
<
!-- <template v-else-if="col.label=='线上与学生互动数
'">
<
template
v-else-if=
"col.label=='班主任学生互动得分
'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:90px;text-align:center;"
>
线上与学生<br />互动数
班主任学生
<br
/>
互动得分
</q-th>
</template>
-->
</
template
>
<
template
v-else-if=
"col.label=='学生人次'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:85px;text-align:center;"
>
学生人次
...
...
@@ -193,11 +193,18 @@
<span
v-else
>
{{
props
.
row
.
DateStr
}}
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-FinishTimesPlanCount2=
"props"
>
<q-td
:props=
"props"
>
<span
style=
"color:blue;cursor:pointer;"
title=
"点击查看跟进详细信息"
@
click=
"GoToDetails(props.row,1)"
>
{{
props
.
row
.
OnLineInteractiveScore
}}
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-FinishTimesPlanCount=
"props"
>
<q-td
:props=
"props"
>
<span
style=
"color:blue;cursor:pointer;"
title=
"点击查看跟进详细信息"
@
click=
"GoToDetails(props.row,1)"
>
{{
props
.
row
.
Finish
Times
}}
/
{{
props
.
row
.
FollowCount
}}
</span>
{{
props
.
row
.
Finish
Follow
}}
/
{{
props
.
row
.
TotalFollow
}}
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-AssessmentScore=
"props"
>
...
...
@@ -344,18 +351,23 @@
field
:
'DateStr'
,
align
:
'left'
},
{
name
:
'StudentCount'
,
label
:
'学生人次'
,
field
:
'StudentCount'
,
align
:
'left'
,
sortable
:
true
},
//
{
//
name: 'StudentCount',
//
label: '学生人次',
//
field: 'StudentCount',
//
align: 'left',
//
sortable: true
//
},
{
name
:
'FinishTimesPlanCount'
,
label
:
'班主任学生互动'
,
align
:
'left'
},
{
name
:
'FinishTimesPlanCount2'
,
label
:
'班主任学生互动得分'
,
align
:
'left'
},
{
name
:
'AttendClassHourScore'
,
label
:
'上课时数'
,
...
...
@@ -625,7 +637,7 @@
EduDownLoad
(
"/TeacherStatic/DownLoadTeacherMonthStatic"
,
msg
,
"教师
每日
数据统计.xls"
,
res
=>
{
"教师
月度
数据统计.xls"
,
res
=>
{
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