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
053dd6da
Commit
053dd6da
authored
Apr 22, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
385700e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
97 additions
and
97 deletions
+97
-97
dayStatic.vue
src/pages/teacher/dayStatic.vue
+31
-31
monthFirst.vue
src/pages/teacher/monthFirst.vue
+28
-28
teacherMonth.vue
src/pages/teacher/teacherMonth.vue
+38
-38
No files found.
src/pages/teacher/dayStatic.vue
View file @
053dd6da
...
...
@@ -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
:
'续约(含留学)'
,
...
...
@@ -253,24 +253,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 @
053dd6da
...
...
@@ -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
:
'续约(含留学)'
,
...
...
@@ -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 @
053dd6da
...
...
@@ -47,14 +47,14 @@
班主任
<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=='学生升级'"
>
...
...
@@ -194,9 +194,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 +221,7 @@
<q-td>
{{
lastRow
.
TeacherBeLateScore
}}
</q-td>
<q-td>
<
!--
<
q-td>
{{
lastRow
.
N5ClassHoursScore
}}
</q-td>
<q-td>
...
...
@@ -229,7 +229,7 @@
</q-td>
<q-td>
{{
lastRow
.
N3ClassHoursScore
}}
</q-td>
</q-td>
-->
<q-td>
{{
lastRow
.
N2ClassHoursScore
}}
</q-td>
...
...
@@ -289,7 +289,7 @@
},
{
name
:
'StudentCount'
,
label
:
'学生人
数
'
,
label
:
'学生人
次
'
,
field
:
'StudentCount'
,
align
:
'left'
,
sortable
:
true
...
...
@@ -306,14 +306,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
:
'续约(含留学)'
,
...
...
@@ -370,27 +370,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