Commit cf26401f authored by 黄奎's avatar 黄奎

页面修改

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