Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
ministers
Project
Project
Details
Activity
Releases
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
viitto
ministers
Commits
c85f6d46
Commit
c85f6d46
authored
Apr 16, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
80c0e581
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
header.vue
src/components/header/header.vue
+3
-3
joinUs.vue
src/pages/joinUs/joinUs.vue
+1
-2
No files found.
src/components/header/header.vue
View file @
c85f6d46
...
...
@@ -13,10 +13,10 @@
}"
>
<div
class=
"row items-center full-height"
>
<div
class=
"col"
>
<div
class=
"col
-4
"
>
<img
style=
"height: 61px"
src=
"../../assets/images/logo.png"
/>
</div>
<div
class=
"col"
>
<div
class=
"col
-8
"
>
<q-tabs
v-model=
"tab"
class=
"text-dark"
...
...
@@ -44,7 +44,7 @@
<div
class=
"col navImg"
>
<img
style=
"height: 61px"
src=
"../../assets/images/logo.png"
/>
</div>
<div
class=
"col"
>
<div
class=
"col
-8
"
>
<q-tabs
v-model=
"tab"
active-color=
"dark"
...
...
src/pages/joinUs/joinUs.vue
View file @
c85f6d46
...
...
@@ -179,12 +179,11 @@ export default {
if
(
this
.
currentId
==
item
.
Id
)
{
this
.
currentId
=
""
;
this
.
msg
.
TypeId
=
""
;
this
.
getWebRecruitmentPage
();
}
else
{
this
.
currentId
=
item
.
Id
;
this
.
msg
.
TypeId
=
item
.
Id
;
this
.
getWebRecruitmentPage
();
}
this
.
getWebRecruitmentPage
();
},
//跳转职位详情
jumpJobDetail
(
id
)
{
...
...
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