Commit cf26401f authored by 黄奎's avatar 黄奎

页面修改

parent c6b1d64b
......@@ -5,24 +5,24 @@
<q-tab :ripple="false" :name="2" label="成长率" />
</q-tabs>
<template v-if="tabCheck==1">
<everyMonthFirst></everyMonthFirst>
<monthFirst></monthFirst>
</template>
<template v-if="tabCheck==2">
<everyMonthSecond></everyMonthSecond>
<monthSecond></monthSecond>
</template>
</div>
</template>
<script>
import everyMonthFirst from '../teacher/everyMonthFirst';
import everyMonthSecond from '../teacher/everyMonthSecond';
import monthFirst from '../teacher/monthFirst';
import monthSecond from '../teacher/monthSecond';
export default {
props: {},
meta: {
title: "教师月度数据统计"
},
components: {
everyMonthFirst,
everyMonthSecond
monthFirst,
monthSecond
},
data() {
return {
......
......@@ -1392,19 +1392,19 @@ const routes = [{
import("pages/teacher/myClass")
},
{
path: "/teacher/monthTotal", //教师每日数据统计
path: "/teacher/dayStatic", //教师每日数据统计
component: () =>
import("pages/teacher/monthTotal")
import("pages/teacher/dayStatic")
},
{
path: "/teacher/everyMonthTotal", //教师月度统计
path: "/teacher/monthStatic", //教师月度统计
component: () =>
import("pages/teacher/everyMonthTotal")
import("pages/teacher/monthStatic")
},
{
path: "/teacher/yearTotal", //教师年度统计
path: "/teacher/yearStatic", //教师年度统计
component: () =>
import("pages/teacher/yearTotal")
import("pages/teacher/yearStatic")
},
{
path: "/exam/examPaper", //试卷管理
......
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