Commit 2caa0679 authored by liudong1993's avatar liudong1993
parents 1b19f414 4fc17238
......@@ -24,10 +24,9 @@
<div flex="dir:left cross:center"> {{scope.row.AliasName}}</div>
</template></el-table-column>
<el-table-column label="创建时间" prop="CreateDateStr"></el-table-column>
<el-table-column fixed="right" label="操作" width="180"><template slot-scope="scope">
<!-- <el-tooltip class="item" effect="dark" content="详情" placement="top"><img
src="../../assets/img/userman/detail.png" alt="" class="imgstyle" @click="grant(scope.row)">
</el-tooltip> -->
<el-table-column fixed="right" label="操作" width="180">
<template slot-scope="scope">
<a @click="grant(scope.row)">详情</a>
</template></el-table-column>
</el-table>
<el-pagination style="text-align:right" background @current-change="handleCurrentChange" :page-size="msg.pageSize"
......@@ -108,14 +107,10 @@
dialogVisible: false,
xqdata: null,
}
}
,
},
created() {
this.getDateList();
}
,
},
methods: {
getDateList() {
this.loading = true;
......@@ -126,7 +121,7 @@
this.msg.StartDate = '';
this.msg.EndDate = '';
}
this.apipost("/api/Survey/GetResultPageList", this.msg, res => {
this.apipostDS("/api/Survey/GetResultPageList", this.msg, res => {
this.loading = false;
if (res.data.resultCode == 1) {
this.tableData = res.data.data.pageData;
......@@ -134,8 +129,7 @@
} else {
this.Info(res.data.message);
}
}
)
})
},
getList() {
this.msg.pageIndex = 1
......@@ -146,7 +140,7 @@
this.getDateList();
},
grant(row) {
this.apipost("/api/Survey/GetGuestSurveyDetails", {
this.apipostDS("/api/Survey/GetGuestSurveyDetails", {
SurveyID: row.ID
}, res => {
if (res.data.resultCode == 1) {
......@@ -162,7 +156,6 @@
}
}
}
</script>
<style>
.resultPageList .el-card__header {
......@@ -220,5 +213,4 @@
;
}
</style>
\ No newline at end of file
......@@ -2,6 +2,7 @@
.Sysuser_Date .el-input__inner {
background: transparent !important;
border: 0 !important;
height:28px!important;
}
.myTable_Zk tbody tr:first-child td {
......
......@@ -2,16 +2,9 @@
.Sysuser_Date .el-input__inner {
background: transparent !important;
border: 0 !important;
height:28px !important ;
}
.myTable_Zk tbody tr:first-child td {
background: yellow !important;
}
.myTable_Zk tbody tr:first-child {
background: yellow !important;
z-index: 1 !important;
}
</style>
<template>
<div class="page-body">
......@@ -26,7 +19,6 @@
</template>
</q-field>
</div>
</div>
<div style="float:right;">
<q-btn color="accent" class="q-mr-md" size="sm" icon="download" style="margin-top:15px;"
......@@ -35,17 +27,37 @@
</div>
<div class="page-content">
<q-table :pagination="msg" ref="table" :loading="loading" :style="{'height':tableHeight+'px'}"
no-data-label="暂无相关数据" flat class="sticky-column-table sticky-header-column-table no-bottom-table myTable_Zk"
no-data-label="暂无相关数据" flat class="sticky-column-table sticky-header-column-table no-bottom-table"
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;">
<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;">
学生人数
</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;">
上课时数
</q-th>
</template>
<template v-else-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:80px;text-align:center;">
续约<br />(含留学)
</q-th>
</template>
......@@ -61,49 +73,49 @@
</template>
<template v-else-if="col.label=='老师迟到早退'">
<q-th :key="col.name" :props="props"
style="max-width:60px;text-align:center;background-color:#FF66CC;color:#000;">
style="max-width:90px;text-align:center;background-color:#FF66CC;color:#000;">
老师<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;">
style="max-width:85px;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;">
style="max-width:85px;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;">
style="max-width:85px;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;">
style="max-width:85px;text-align:center;background-color:#B4C6E7;color:#000;">
N2<br />课程时数
</q-th>
</template>
<template v-else-if="col.label=='N1课程时数'">
<q-th :key="col.name" :props="props"
style="max-width:60px;text-align:center;background-color:#B4C6E7;color:#000;">
style="max-width:85px;text-align:center;background-color:#B4C6E7;color:#000;">
N1<br />课程时数
</q-th>
</template>
<template v-else-if="col.label=='学生小程序刷题次数'">
<q-th :key="col.name" :props="props"
style="max-width:75px;text-align:center;background-color:#B4C6E7;color:#000;">
style="max-width:90px;text-align:center;background-color:#B4C6E7;color:#000;">
学生小程序<br />刷题次数
</q-th>
</template>
<template v-else-if="col.label=='学生小程序刷题时间'">
<q-th :key="col.name" :props="props"
style="max-width:75px;text-align:center;background-color:#B4C6E7;color:#000;">
style="max-width:90px;text-align:center;background-color:#B4C6E7;color:#000;">
学生小程序<br />刷题时间
</q-th>
</template>
......@@ -114,7 +126,7 @@
</template>
<template v-else-if="col.label=='所有老师平均分数'">
<q-th :key="col.name" :props="props"
style="max-width:70px;text-align:center;background-color:#FFC000;color:#000;">
style="max-width:90px;text-align:center;background-color:#FFC000;color:#000;">
所有老师<br />平均分数
</q-th>
</template>
......@@ -126,7 +138,7 @@
</template>
<template v-else-if="col.label=='分数差距'">
<q-th :key="col.name" :props="props"
style="max-width:70px;text-align:center;background-color:#FFC000;color:#000;">
style="max-width:90px;text-align:center;background-color:#FFC000;color:#000;">
分数差距
</q-th>
</template>
......@@ -162,7 +174,7 @@
return {
columns: [{
name: 'DateStr',
label: '日期',
label: '老师',
field: 'DateStr',
align: 'left'
},
......@@ -170,13 +182,15 @@
name: 'StudentCount',
label: '学生人数',
field: 'StudentCount',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'AttendClassHourScore',
label: '上课时数',
field: 'AttendClassHourScore',
align: 'left',
sortable: true
},
{
name: 'OnLineInteractiveScore',
......@@ -184,120 +198,140 @@
field: 'OnLineInteractiveScore',
align: 'left',
style: 'max-width: 50px',
sortable: true
},
{
name: 'RenewScore',
label: '续约(含留学)',
field: 'RenewScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'UpgradeScore',
label: '学生升级',
field: 'UpgradeScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'TransScore',
label: '转介绍',
field: 'TransScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'TrialSpeakScore',
label: '试讲',
field: 'TrialSpeakScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'TruancyScore',
label: '学生旷课',
field: 'TruancyScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'WithdrawsScore',
label: '学生退课',
field: 'WithdrawsScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'ComplaintScore',
label: '学生投诉',
field: 'ComplaintScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'TeacherBeLateScore',
label: '老师迟到早退',
field: 'TeacherBeLateScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'N5ClassHoursScore',
label: 'N5课程时数',
field: 'N5ClassHoursScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'N4ClassHoursScore',
label: 'N4课程时数',
field: 'N4ClassHoursScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'N3ClassHoursScore',
label: 'N3课程时数',
field: 'N3ClassHoursScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'N2ClassHoursScore',
label: 'N2课程时数',
field: 'N2ClassHoursScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'N1ClassHoursScore',
label: 'N1课程时数',
field: 'N1ClassHoursScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'MiniAppPractiseScore',
label: '学生小程序刷题次数',
field: 'MiniAppPractiseScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'MiniAppTimeScore',
label: '学生小程序刷题时间',
field: 'MiniAppTimeScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'ActivityNum',
label: '活动次数',
field: 'ActivityNum',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'TotalScore',
label: '总分数',
field: 'TotalScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'AvgScore',
label: '所有老师平均分数',
field: 'AvgScore',
align: 'left'
align: 'left',
sortable: true
},
{
name: 'ScoreGap',
label: '分数差距',
field: 'ScoreGap',
align: 'left'
align: 'left',
sortable: true
}
],
dataList: [],
......@@ -307,11 +341,8 @@
msg: {
YearStr: '',
MonthStr: '',
rowsPerPage: 0,
},
}
},
created() {
......@@ -324,7 +355,6 @@
this.msg.YearStr = d.getFullYear().toString();
this.msg.MonthStr = (d.getMonth() + 1).toString();
this.myDate = this.msg.YearStr + '-' + this.msg.MonthStr
this.GetTeacherList();
this.getList();
},
methods: {
......@@ -334,7 +364,7 @@
this.loading = true;
var msg = JSON.parse(JSON.stringify(this.msg));
EduDownLoad(
"/TeacherStatic/DownLoadTeacherDay",
"/TeacherStatic/DownLoadTeacherMonthStatic",
msg,
"教师每日数据统计.xls", res => {
this.loading = false;
......
......@@ -83,7 +83,7 @@ export default {
let domainUrl = 'http://192.168.10.65:8083';
let viewFileUrl = 'http://192.168.10.214:8120';
let mallUrl = "http://192.168.10.65:8088";
let mallUrl = "http://192.168.10.46:8200";
let vtUploadUrl = "http://upload.oytour.com";
let vtViewUrl = "http://192.168.10.214:8130";
......
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