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
c3dd92a1
Commit
c3dd92a1
authored
May 10, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
41a21083
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
42 deletions
+28
-42
dayStatic.vue
src/pages/teacher/dayStatic.vue
+12
-30
teacherMonth.vue
src/pages/teacher/teacherMonth.vue
+16
-12
No files found.
src/pages/teacher/dayStatic.vue
View file @
c3dd92a1
...
@@ -56,11 +56,7 @@
...
@@ -56,11 +56,7 @@
separator=
"none"
:data=
"dataList"
:columns=
"columns"
row-key=
""
>
separator=
"none"
:data=
"dataList"
:columns=
"columns"
row-key=
""
>
<q-tr
slot=
"header"
slot-scope=
"props"
:props=
"props"
>
<q-tr
slot=
"header"
slot-scope=
"props"
:props=
"props"
>
<
template
v-for=
"col in props.cols"
:props=
"props"
>
<
template
v-for=
"col in props.cols"
:props=
"props"
>
<!--
<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-if=
"col.label=='续约(含留学)'"
>
<template
v-if=
"col.label=='续约(含留学)'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:60px;text-align:center;"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:60px;text-align:center;"
>
续约
<br
/>
(含留学)
续约
<br
/>
(含留学)
...
@@ -76,6 +72,11 @@
...
@@ -76,6 +72,11 @@
班主任学生
<br
/>
互动得分
班主任学生
<br
/>
互动得分
</q-th>
</q-th>
</
template
>
</
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=='学生退课'"
>
<
template
v-else-if=
"col.label=='学生退课'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"background-color:#FF66CC;color:#000;"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"background-color:#FF66CC;color:#000;"
>
学生退课
学生退课
...
@@ -112,24 +113,6 @@
...
@@ -112,24 +113,6 @@
老师
<br
/>
迟到早退
老师
<br
/>
迟到早退
</q-th>
</q-th>
</
template
>
</
template
>
<!-- <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 />课程时数
</q-th>
</template>
<template v-else-if="col.label=='N4课程时数'">
<q-th :key="col.name" :props="props"
style="max-width:60px;text-align:center;background-color:#E2EFDA;color:#000;">
N4<br />课程时数
</q-th>
</template>
<template v-else-if="col.label=='N3课程时数'">
<q-th :key="col.name" :props="props"
style="max-width:60px;text-align:center;background-color:#E2EFDA;color:#000;">
N3<br />课程时数
</q-th>
</template> -->
<
template
v-else-if=
"col.label=='N2课程时数'"
>
<
template
v-else-if=
"col.label=='N2课程时数'"
>
<q-th
:key=
"col.name"
:props=
"props"
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:60px;text-align:center;background-color:#B4C6E7;color:#000;"
>
style=
"max-width:60px;text-align:center;background-color:#B4C6E7;color:#000;"
>
...
@@ -244,19 +227,18 @@
...
@@ -244,19 +227,18 @@
label
:
'班主任学生互动得分'
,
label
:
'班主任学生互动得分'
,
align
:
'left'
align
:
'left'
},
},
{
name
:
'OnLineInteractive'
,
label
:
'企业微信互动次数'
,
field
:
'OnLineInteractive'
,
align
:
'left'
},
{
{
name
:
'AttendClassHourScore'
,
name
:
'AttendClassHourScore'
,
label
:
'上课时数'
,
label
:
'上课时数'
,
field
:
'AttendClassHourScore'
,
field
:
'AttendClassHourScore'
,
align
:
'left'
,
align
:
'left'
,
},
},
// {
// name: 'OnLineInteractiveScore',
// label: '线上与学生互动数',
// field: 'OnLineInteractiveScore',
// align: 'left',
// style: 'max-width: 50px',
// },
{
{
name
:
'RenewScore'
,
name
:
'RenewScore'
,
label
:
'续约(含留学)'
,
label
:
'续约(含留学)'
,
...
...
src/pages/teacher/teacherMonth.vue
View file @
c3dd92a1
...
@@ -52,6 +52,11 @@
...
@@ -52,6 +52,11 @@
班主任学生
<br
/>
互动得分
班主任学生
<br
/>
互动得分
</q-th>
</q-th>
</
template
>
</
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=='学生人次'"
>
<
template
v-else-if=
"col.label=='学生人次'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:85px;text-align:center;"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:85px;text-align:center;"
>
学生人次
学生人次
...
@@ -67,7 +72,6 @@
...
@@ -67,7 +72,6 @@
考级升级
考级升级
</q-th>
</q-th>
</
template
>
</
template
>
<
template
v-else-if=
"col.label=='上课时数'"
>
<
template
v-else-if=
"col.label=='上课时数'"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:85px;text-align:center;"
>
<q-th
:key=
"col.name"
:props=
"props"
style=
"max-width:85px;text-align:center;"
>
上课时数
上课时数
...
@@ -241,15 +245,17 @@
...
@@ -241,15 +245,17 @@
{{
lastRow
.
DateStr
}}
{{
lastRow
.
DateStr
}}
</q-td>
</q-td>
<q-td>
<q-td>
{{
lastRow
.
FinishFollow
}}
/
{{
lastRow
.
TotalFollow
}}
{{
lastRow
.
FinishFollow
}}
/
{{
lastRow
.
TotalFollow
}}
</q-td>
</q-td>
<q-td>
<q-td>
{{
lastRow
.
OnLineInteractiveScore
}}
{{
lastRow
.
OnLineInteractiveScore
}}
</q-td>
<q-td>
{{
lastRow
.
OnLineInteractive
}}
</q-td>
</q-td>
<q-td>
<q-td>
{{
lastRow
.
AttendClassHourScore
}}
{{
lastRow
.
AttendClassHourScore
}}
</q-td>
</q-td>
<q-td>
<q-td>
{{
lastRow
.
RenewScore
}}
{{
lastRow
.
RenewScore
}}
</q-td>
</q-td>
...
@@ -366,6 +372,12 @@
...
@@ -366,6 +372,12 @@
label
:
'班主任学生互动得分'
,
label
:
'班主任学生互动得分'
,
align
:
'left'
align
:
'left'
},
},
{
name
:
'OnLineInteractive'
,
label
:
'企业微信互动次数'
,
field
:
'OnLineInteractive'
,
align
:
'left'
},
{
{
name
:
'AttendClassHourScore'
,
name
:
'AttendClassHourScore'
,
label
:
'上课时数'
,
label
:
'上课时数'
,
...
@@ -373,14 +385,6 @@
...
@@ -373,14 +385,6 @@
align
:
'left'
,
align
:
'left'
,
sortable
:
true
sortable
:
true
},
},
// {
// name: 'OnLineInteractiveScore',
// label: '线上与学生互动数',
// field: 'OnLineInteractiveScore',
// align: 'left',
// style: 'max-width: 50px',
// sortable: true
// },
{
{
name
:
'RenewScore'
,
name
:
'RenewScore'
,
label
:
'续约(含留学)'
,
label
:
'续约(含留学)'
,
...
...
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