Commit 891f4f72 authored by 黄奎's avatar 黄奎

页面修改

parent 4523f0b1
...@@ -66,6 +66,16 @@ ...@@ -66,6 +66,16 @@
续约<br />(含留学) 续约<br />(含留学)
</q-th> </q-th>
</template> </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=='学生退课'"> <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;">
学生退课 学生退课
...@@ -174,7 +184,20 @@ ...@@ -174,7 +184,20 @@
</template> </template>
</template> </template>
</q-tr> </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 v-slot:bottom>
</template> </template>
</q-table> </q-table>
...@@ -205,13 +228,22 @@ ...@@ -205,13 +228,22 @@
field: 'DateStr', field: 'DateStr',
align: 'left' align: 'left'
}, },
// {
// name: 'StudentCount',
// label: '学生人次',
// field: 'StudentCount',
// align: 'left'
// },
{ {
name: 'StudentCount', name: 'FinishTimesPlanCount',
label: '学生人次', label: '班主任学生互动',
field: 'StudentCount', align: 'left'
},
{
name: 'FinishTimesPlanCount2',
label: '班主任学生互动得分',
align: 'left' align: 'left'
}, },
{ {
name: 'AttendClassHourScore', name: 'AttendClassHourScore',
label: '上课时数', label: '上课时数',
......
...@@ -47,11 +47,11 @@ ...@@ -47,11 +47,11 @@
班主任<br />学生互动 班主任<br />学生互动
</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:90px;text-align:center;"> <q-th :key="col.name" :props="props" style="max-width:90px;text-align:center;">
线上与学生<br />互动数 班主任学生<br />互动得分
</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;">
学生人次 学生人次
...@@ -193,11 +193,18 @@ ...@@ -193,11 +193,18 @@
<span v-else>{{props.row.DateStr}}</span> <span v-else>{{props.row.DateStr}}</span>
</q-td> </q-td>
</template> </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"> <template v-slot:body-cell-FinishTimesPlanCount="props">
<q-td :props="props"> <q-td :props="props">
<span style="color:blue;cursor:pointer;" title="点击查看跟进详细信息" @click="GoToDetails(props.row,1)"> <span style="color:blue;cursor:pointer;" title="点击查看跟进详细信息" @click="GoToDetails(props.row,1)">
{{props.row.FinishTimes}} / {{props.row.FinishFollow}} /
{{props.row.FollowCount}}</span> {{props.row.TotalFollow}}</span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-AssessmentScore="props"> <template v-slot:body-cell-AssessmentScore="props">
...@@ -344,18 +351,23 @@ ...@@ -344,18 +351,23 @@
field: 'DateStr', field: 'DateStr',
align: 'left' align: 'left'
}, },
{ // {
name: 'StudentCount', // name: 'StudentCount',
label: '学生人次', // label: '学生人次',
field: 'StudentCount', // field: 'StudentCount',
align: 'left', // align: 'left',
sortable: true // sortable: true
}, // },
{ {
name: 'FinishTimesPlanCount', name: 'FinishTimesPlanCount',
label: '班主任学生互动', label: '班主任学生互动',
align: 'left' align: 'left'
}, },
{
name: 'FinishTimesPlanCount2',
label: '班主任学生互动得分',
align: 'left'
},
{ {
name: 'AttendClassHourScore', name: 'AttendClassHourScore',
label: '上课时数', label: '上课时数',
...@@ -625,7 +637,7 @@ ...@@ -625,7 +637,7 @@
EduDownLoad( EduDownLoad(
"/TeacherStatic/DownLoadTeacherMonthStatic", "/TeacherStatic/DownLoadTeacherMonthStatic",
msg, msg,
"教师每日数据统计.xls", res => { "教师月度数据统计.xls", res => {
this.loading = false; this.loading = false;
} }
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment