Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
JuyuanPrimarySchool
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vue-project
JuyuanPrimarySchool
Commits
86dc8e6c
Commit
86dc8e6c
authored
Nov 22, 2021
by
zsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
75781e01
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
54 deletions
+2
-54
index.vue
src/components/Tab/index.vue
+1
-1
progress.vue
src/pages/progress.vue
+1
-1
sixthFormStudent.vue
src/pages/sixthFormStudent.vue
+0
-45
routes.js
src/router/routes.js
+0
-7
bg.png
static/images/progress/bg.png
+0
-0
No files found.
src/components/Tab/index.vue
View file @
86dc8e6c
...
...
@@ -23,7 +23,7 @@ export default {
methods
:
{
// 成长记
grow
()
{
this
.
$router
.
push
(
'/growth?index=0'
)
this
.
$router
.
push
(
'/growth
Record
?index=0'
)
},
// 教师发展
progress
()
{
...
...
src/pages/progress.vue
View file @
86dc8e6c
...
...
@@ -251,7 +251,7 @@ export default {
},
search
()
{
if
(
this
.
teacherName
===
'
123
'
)
{
if
(
this
.
teacherName
===
'
陈涛
'
)
{
this
.
visible
=
true
}
else
{
this
.
$alert
(
'暂无数据'
,
'提示'
,
{
...
...
src/pages/sixthFormStudent.vue
View file @
86dc8e6c
<
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=
""
>
<!-- 学业分析 -->
...
...
src/router/routes.js
View file @
86dc8e6c
...
...
@@ -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
},
...
...
static/images/progress/bg.png
View replaced file @
75781e01
View file @
86dc8e6c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment