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
ed95a5cd
Commit
ed95a5cd
authored
Nov 22, 2021
by
yuwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
95017129
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
3 deletions
+33
-3
growth.vue
src/pages/growth.vue
+24
-1
sixthFormStudent.vue
src/pages/sixthFormStudent.vue
+9
-2
grow.png
static/images/sixthForm/grow.png
+0
-0
research1.png
static/images/sixthForm/research1.png
+0
-0
No files found.
src/pages/growth.vue
View file @
ed95a5cd
<
template
>
<
template
>
<div
class=
"grow"
></div>
<div
class=
"grow"
>
<div
class=
"edit"
@
click=
"edit1"
></div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
data
()
{
return
{
}
},
methods
:
{
/**
* @method edit1 返回
*/
edit1
()
{
this
.
$router
.
back
(
'/sixthForm'
)
}
}
}
}
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
...
@@ -12,5 +26,14 @@ export default {
...
@@ -12,5 +26,14 @@ export default {
height
:
1080px
;
height
:
1080px
;
background
:
url('../../static/images/sixthForm/grow.png')
no-repeat
center
;
background
:
url('../../static/images/sixthForm/grow.png')
no-repeat
center
;
margin
:
0
auto
;
margin
:
0
auto
;
overflow
:
hidden
;
.edit{
width
:
83px
;
height
:
35px
;
background
:
url('../../static/images/sixthForm/return.png')
no-repeat
;
position
:
absolute
;
top
:
39px
;
left
:
1822px
;
}
}
}
</
style
>
</
style
>
src/pages/sixthFormStudent.vue
View file @
ed95a5cd
...
@@ -98,7 +98,10 @@ export default {
...
@@ -98,7 +98,10 @@ export default {
classList
:
[
classList
:
[
{
name
:
'一班'
},
{
name
:
'一班'
},
{
name
:
'二班'
},
{
name
:
'二班'
},
{
name
:
'三班'
}
{
name
:
'三班'
},
{
name
:
'四班'
},
{
name
:
'五班'
},
{
name
:
'六班'
}
],
],
// 选择性别
// 选择性别
sexRes
:
{
sexRes
:
{
...
@@ -188,7 +191,11 @@ export default {
...
@@ -188,7 +191,11 @@ export default {
* @method Search 搜索
* @method Search 搜索
*/
*/
Search
()
{
Search
()
{
this
.
$router
.
push
({
path
:
'/growth'
})
if
(
this
.
gradeRes
.
name
===
'六年级'
&&
this
.
classRes
.
name
===
'六班'
&&
this
.
sexRes
.
name
===
'女'
&&
this
.
studentName
===
'沈凡婷'
)
{
this
.
$router
.
push
({
path
:
'/growth'
})
}
else
{
this
.
$message
(
'暂无数据'
)
}
}
}
}
}
}
}
...
...
static/images/sixthForm/grow.png
View replaced file @
95017129
View file @
ed95a5cd
This diff is collapsed.
Click to expand it.
static/images/sixthForm/research1.png
deleted
100644 → 0
View file @
95017129
1.36 KB
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