Commit 86dc8e6c by zsh

update

parent 75781e01
......@@ -23,7 +23,7 @@ export default {
methods: {
// 成长记
grow () {
this.$router.push('/growth?index=0')
this.$router.push('/growthRecord?index=0')
},
// 教师发展
progress () {
......
......@@ -251,7 +251,7 @@ export default {
},
search () {
if (this.teacherName === '123') {
if (this.teacherName === '陈涛') {
this.visible = true
} else {
this.$alert('暂无数据', '提示', {
......
<template>
<div class="sixth-page">
<page-back />
<div class="left">
<!-- 身心健康 -->
<div class="left-top" @click="healthy"></div>
<!-- 学业分析 -->
<div class="left-bottom" @click="study"></div>
</div>
<div class="center">
<!-- 搜索 -->
<div class="research">
<div class="select-item">
<select-list
title="年级"
:list="gradeList"
v-model="gradeRes"
/>
</div>
<div class="select-item">
<select-list
title="班级"
:list="classList"
v-model="classRes"
/>
</div>
<div class="select-item">
<select-list
title="性别"
:list="sexList"
v-model="sexRes"
/>
</div>
<div class="select-item student-name">
<input
placeholder="学生姓名"
v-model="studentName"
@keyup.enter="Search"
/>
</div>
<div
class="search"
@click="Search"
>
搜索
</div>
<!-- 身心健康 -->
<img class="left-top" @click="healthy" src="../../static/images/sixthForm/btn.png" alt="">
<!-- 学业分析 -->
......
......@@ -14,9 +14,6 @@ import class3 from '@/pages/class3.vue'
import student from '@/pages/class3-student.vue'
// 六年级菊园学子
import sixthForm from '@/pages/sixthFormStudent.vue'
// 六年级菊园个人
import growth from '@/pages/growth.vue'
// 整体办学情况
import situation from '@/pages/situation.vue'
// 教师发展
import progress from '@/pages/progress.vue'
......@@ -60,10 +57,6 @@ export default [
component: sixthForm
},
{
path: '/growth',
component: growth
},
{
path: '/situation',
component: situation
},
......
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