Commit c3dd92a1 authored by 黄奎's avatar 黄奎

页面修改

parent 41a21083
......@@ -56,11 +56,7 @@
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=='线上与学生互动数'">
<q-th :key="col.name" :props="props" style="max-width:75px;text-align:center;">
线上与学生<br />互动数
</q-th>
</template> -->
<template v-if="col.label=='续约(含留学)'">
<q-th :key="col.name" :props="props" style="max-width:60px;text-align:center;">
续约<br />(含留学)
......@@ -76,6 +72,11 @@
班主任学生<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;">
学生退课
......@@ -112,24 +113,6 @@
老师<br />迟到早退
</q-th>
</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课程时数'">
<q-th :key="col.name" :props="props"
style="max-width:60px;text-align:center;background-color:#B4C6E7;color:#000;">
......@@ -244,19 +227,18 @@
label: '班主任学生互动得分',
align: 'left'
},
{
name: 'OnLineInteractive',
label: '企业微信互动次数',
field: 'OnLineInteractive',
align: 'left'
},
{
name: 'AttendClassHourScore',
label: '上课时数',
field: 'AttendClassHourScore',
align: 'left',
},
// {
// name: 'OnLineInteractiveScore',
// label: '线上与学生互动数',
// field: 'OnLineInteractiveScore',
// align: 'left',
// style: 'max-width: 50px',
// },
{
name: 'RenewScore',
label: '续约(含留学)',
......
......@@ -52,6 +52,11 @@
班主任学生<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="max-width:85px;text-align:center;">
学生人次
......@@ -67,7 +72,6 @@
考级升级
</q-th>
</template>
<template v-else-if="col.label=='上课时数'">
<q-th :key="col.name" :props="props" style="max-width:85px;text-align:center;">
上课时数
......@@ -246,10 +250,12 @@
<q-td>
{{lastRow.OnLineInteractiveScore}}
</q-td>
<q-td>
{{lastRow.OnLineInteractive}}
</q-td>
<q-td>
{{lastRow.AttendClassHourScore}}
</q-td>
<q-td>
{{lastRow.RenewScore}}
</q-td>
......@@ -366,6 +372,12 @@
label: '班主任学生互动得分',
align: 'left'
},
{
name: 'OnLineInteractive',
label: '企业微信互动次数',
field: 'OnLineInteractive',
align: 'left'
},
{
name: 'AttendClassHourScore',
label: '上课时数',
......@@ -373,14 +385,6 @@
align: 'left',
sortable: true
},
// {
// name: 'OnLineInteractiveScore',
// label: '线上与学生互动数',
// field: 'OnLineInteractiveScore',
// align: 'left',
// style: 'max-width: 50px',
// sortable: true
// },
{
name: 'RenewScore',
label: '续约(含留学)',
......
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