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
29dfc5d5
Commit
29dfc5d5
authored
Apr 22, 2022
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
into master
parents
ae40736a
b3430a78
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
131 additions
and
106 deletions
+131
-106
dayStatic.vue
src/pages/teacher/dayStatic.vue
+40
-34
monthFirst.vue
src/pages/teacher/monthFirst.vue
+31
-31
teacherMonth.vue
src/pages/teacher/teacherMonth.vue
+60
-41
No files found.
src/pages/teacher/dayStatic.vue
View file @
29dfc5d5
...
...
@@ -56,12 +56,12 @@
separator=
"none"
:data=
"dataList"
:columns=
"columns"
row-key=
""
>
<q-tr
slot=
"header"
slot-scope=
"props"
:props=
"props"
>
<
template
v-for=
"col in props.cols"
:props=
"props"
>
<template
v-if=
"col.label=='线上与学生互动数'"
>
<
!--
<
template
v-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=='续约(含留学)'"
>
</
template
>
-->
<
template
v-if=
"col.label=='续约(含留学)'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:60px;text-align:center;"
>
续约
<br
/>
(含留学)
</q-th>
...
...
@@ -82,7 +82,7 @@
老师
<br
/>
迟到早退
</q-th>
</
template
>
<
template
v-else-if=
"col.label=='N5课程时数'"
>
<
!-- <
template v-else-if="col.label=='N5课程时数'">
<q-th :key="col.name" :props="props"
style="max-width:60px;text-align:center;background-color:#E2EFDA;color:#000;">
N5<br />课程时数
...
...
@@ -99,7 +99,7 @@
style="max-width:60px;text-align:center;background-color:#E2EFDA;color:#000;">
N3<br />课程时数
</q-th>
</
template
>
</template>
-->
<
template
v-else-if=
"col.label=='N2课程时数'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:60px;text-align:center;background-color:#B4C6E7;color:#000;"
>
...
...
@@ -187,7 +187,7 @@
},
{
name
:
'StudentCount'
,
label
:
'学生人
数
'
,
label
:
'学生人
次
'
,
field
:
'StudentCount'
,
align
:
'left'
},
...
...
@@ -198,13 +198,13 @@
field
:
'AttendClassHourScore'
,
align
:
'left'
,
},
{
name
:
'OnLineInteractiveScore'
,
label
:
'线上与学生互动数'
,
field
:
'OnLineInteractiveScore'
,
align
:
'left'
,
style
:
'max-width: 50px'
,
},
//
{
//
name: 'OnLineInteractiveScore',
//
label: '线上与学生互动数',
//
field: 'OnLineInteractiveScore',
//
align: 'left',
//
style: 'max-width: 50px',
//
},
{
name
:
'RenewScore'
,
label
:
'续约(含留学)'
,
...
...
@@ -216,6 +216,12 @@
label
:
'学生升级'
,
field
:
'UpgradeScore'
,
align
:
'left'
},
{
name
:
'GradeTestScore'
,
label
:
'考级升级'
,
field
:
'GradeTestScore'
,
align
:
'left'
,
},
{
name
:
'TransScore'
,
...
...
@@ -224,9 +230,9 @@
align
:
'left'
},
{
name
:
'
TrialSpeak
Score'
,
label
:
'试讲'
,
field
:
'
TrialSpeak
Score'
,
name
:
'
SpeakSuccess
Score'
,
label
:
'试讲
成功
'
,
field
:
'
SpeakSuccess
Score'
,
align
:
'left'
},
{
...
...
@@ -253,24 +259,24 @@
field
:
'TeacherBeLateScore'
,
align
:
'left'
},
{
name
:
'N5ClassHoursScore'
,
label
:
'N5课程时数'
,
field
:
'N5ClassHoursScore'
,
align
:
'left'
},
{
name
:
'N4ClassHoursScore'
,
label
:
'N4课程时数'
,
field
:
'N4ClassHoursScore'
,
align
:
'left'
},
{
name
:
'N3ClassHoursScore'
,
label
:
'N3课程时数'
,
field
:
'N3ClassHoursScore'
,
align
:
'left'
},
//
{
//
name: 'N5ClassHoursScore',
//
label: 'N5课程时数',
//
field: 'N5ClassHoursScore',
//
align: 'left'
//
},
//
{
//
name: 'N4ClassHoursScore',
//
label: 'N4课程时数',
//
field: 'N4ClassHoursScore',
//
align: 'left'
//
},
//
{
//
name: 'N3ClassHoursScore',
//
label: 'N3课程时数',
//
field: 'N3ClassHoursScore',
//
align: 'left'
//
},
{
name
:
'N2ClassHoursScore'
,
label
:
'N2课程时数'
,
...
...
src/pages/teacher/monthFirst.vue
View file @
29dfc5d5
...
...
@@ -34,12 +34,12 @@
separator=
"none"
:data=
"dataList"
:columns=
"columns"
row-key=
""
>
<q-tr
slot=
"header"
slot-scope=
"props"
:props=
"props"
>
<
template
v-for=
"col in props.cols"
:props=
"props"
>
<template
v-if=
"col.label=='线上与学生互动数'"
>
<
!--
<
template
v-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=='续约(含留学)'"
>
</
template
>
-->
<
template
v-if=
"col.label=='续约(含留学)'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:60px;text-align:center;"
>
续约
<br
/>
(含留学)
</q-th>
...
...
@@ -155,7 +155,7 @@
},
{
name
:
'StudentCount'
,
label
:
'学生人
数
'
,
label
:
'学生人
次
'
,
field
:
'StudentCount'
,
align
:
'left'
},
...
...
@@ -165,12 +165,12 @@
field
:
'AttendClassHourScore'
,
align
:
'left'
,
},
{
name
:
'OnLineInteractiveScore'
,
label
:
'线上与学生互动数'
,
field
:
'OnLineInteractiveScore'
,
align
:
'left'
,
},
//
{
//
name: 'OnLineInteractiveScore',
//
label: '线上与学生互动数',
//
field: 'OnLineInteractiveScore',
//
align: 'left',
//
},
{
name
:
'RenewScore'
,
label
:
'续约(含留学)'
,
...
...
@@ -190,9 +190,9 @@
align
:
'left'
},
{
name
:
'
TrialSpeak
Score'
,
label
:
'试讲'
,
field
:
'
TrialSpeak
Score'
,
name
:
'
SpeakSuccess
Score'
,
label
:
'试讲
成功
'
,
field
:
'
SpeakSuccess
Score'
,
align
:
'left'
},
{
...
...
@@ -219,24 +219,24 @@
field
:
'TeacherBeLateScore'
,
align
:
'left'
},
{
name
:
'N5ClassHoursScore'
,
label
:
'N5课程时数'
,
field
:
'N5ClassHoursScore'
,
align
:
'left'
},
{
name
:
'N4ClassHoursScore'
,
label
:
'N4课程时数'
,
field
:
'N4ClassHoursScore'
,
align
:
'left'
},
{
name
:
'N3ClassHoursScore'
,
label
:
'N3课程时数'
,
field
:
'N3ClassHoursScore'
,
align
:
'left'
},
//
{
//
name: 'N5ClassHoursScore',
//
label: 'N5课程时数',
//
field: 'N5ClassHoursScore',
//
align: 'left'
//
},
//
{
//
name: 'N4ClassHoursScore',
//
label: 'N4课程时数',
//
field: 'N4ClassHoursScore',
//
align: 'left'
//
},
//
{
//
name: 'N3ClassHoursScore',
//
label: 'N3课程时数',
//
field: 'N3ClassHoursScore',
//
align: 'left'
//
},
{
name
:
'N2ClassHoursScore'
,
label
:
'N2课程时数'
,
...
...
src/pages/teacher/teacherMonth.vue
View file @
29dfc5d5
...
...
@@ -47,20 +47,25 @@
班主任
<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 />互动数
</q-th>
</
template
>
<
template
v-else-if=
"col.label=='学生人
数
'"
>
</template>
-->
<
template
v-else-if=
"col.label=='学生人
次
'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:85px;text-align:center;"
>
学生人
数
学生人
次
</q-th>
</
template
>
<
template
v-else-if=
"col.label=='学生升级'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:85px;text-align:center;"
>
学生升级
</q-th>
</
template
>
<
template
v-else-if=
"col.label=='考级升级'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:85px;text-align:center;"
>
考级升级
</q-th>
</
template
>
<
template
v-else-if=
"col.label=='学生旷课'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:85px;text-align:center;"
>
...
...
@@ -194,9 +199,9 @@
<q-td>
{{
lastRow
.
AttendClassHourScore
}}
</q-td>
<q-td>
<
!--
<
q-td>
{{
lastRow
.
OnLineInteractiveScore
}}
</q-td>
</q-td>
-->
<q-td>
{{
lastRow
.
RenewScore
}}
</q-td>
...
...
@@ -221,7 +226,7 @@
<q-td>
{{
lastRow
.
TeacherBeLateScore
}}
</q-td>
<q-td>
<
!--
<
q-td>
{{
lastRow
.
N5ClassHoursScore
}}
</q-td>
<q-td>
...
...
@@ -229,7 +234,7 @@
</q-td>
<q-td>
{{
lastRow
.
N3ClassHoursScore
}}
</q-td>
</q-td>
-->
<q-td>
{{
lastRow
.
N2ClassHoursScore
}}
</q-td>
...
...
@@ -289,7 +294,7 @@
},
{
name
:
'StudentCount'
,
label
:
'学生人
数
'
,
label
:
'学生人
次
'
,
field
:
'StudentCount'
,
align
:
'left'
,
sortable
:
true
...
...
@@ -306,14 +311,14 @@
align
:
'left'
,
sortable
:
true
},
{
name
:
'OnLineInteractiveScore'
,
label
:
'线上与学生互动数'
,
field
:
'OnLineInteractiveScore'
,
align
:
'left'
,
style
:
'max-width: 50px'
,
sortable
:
true
},
//
{
//
name: 'OnLineInteractiveScore',
//
label: '线上与学生互动数',
//
field: 'OnLineInteractiveScore',
//
align: 'left',
//
style: 'max-width: 50px',
//
sortable: true
//
},
{
name
:
'RenewScore'
,
label
:
'续约(含留学)'
,
...
...
@@ -327,6 +332,20 @@
field
:
'UpgradeScore'
,
align
:
'left'
,
sortable
:
true
},
{
name
:
'GradeTestScore'
,
label
:
'考级升级'
,
field
:
'GradeTestScore'
,
align
:
'left'
,
sortable
:
true
},
{
name
:
'GradeTestScore'
,
label
:
'考级升级'
,
field
:
'GradeTestScore'
,
align
:
'left'
,
sortable
:
true
},
{
name
:
'TransScore'
,
...
...
@@ -336,9 +355,9 @@
sortable
:
true
},
{
name
:
'
TrialSpeak
Score'
,
label
:
'试讲'
,
field
:
'
TrialSpeak
Score'
,
name
:
'
SpeakSuccess
Score'
,
label
:
'试讲
成功
'
,
field
:
'
SpeakSuccess
Score'
,
align
:
'left'
,
sortable
:
true
},
...
...
@@ -370,27 +389,27 @@
align
:
'left'
,
sortable
:
true
},
{
name
:
'N5ClassHoursScore'
,
label
:
'N5课程时数'
,
field
:
'N5ClassHoursScore'
,
align
:
'left'
,
sortable
:
true
},
{
name
:
'N4ClassHoursScore'
,
label
:
'N4课程时数'
,
field
:
'N4ClassHoursScore'
,
align
:
'left'
,
sortable
:
true
},
{
name
:
'N3ClassHoursScore'
,
label
:
'N3课程时数'
,
field
:
'N3ClassHoursScore'
,
align
:
'left'
,
sortable
:
true
},
//
{
//
name: 'N5ClassHoursScore',
//
label: 'N5课程时数',
//
field: 'N5ClassHoursScore',
//
align: 'left',
//
sortable: true
//
},
//
{
//
name: 'N4ClassHoursScore',
//
label: 'N4课程时数',
//
field: 'N4ClassHoursScore',
//
align: 'left',
//
sortable: true
//
},
//
{
//
name: 'N3ClassHoursScore',
//
label: 'N3课程时数',
//
field: 'N3ClassHoursScore',
//
align: 'left',
//
sortable: true
//
},
{
name
:
'N2ClassHoursScore'
,
label
:
'N2课程时数'
,
...
...
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