Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
CO-OP Search
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kittisak Maneewong
CO-OP Search
Commits
e50609f8
Commit
e50609f8
authored
Apr 20, 2019
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Job
parent
4f9f8096
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletion
+12
-1
app.js
public/js/app.js
+0
-0
route.js
resources/js/route.js
+6
-0
AddJob.vue
resources/js/views/AddJob.vue
+5
-0
Employer.vue
resources/js/views/Employer.vue
+1
-1
No files found.
public/js/app.js
View file @
e50609f8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resources/js/route.js
View file @
e50609f8
...
...
@@ -15,6 +15,7 @@ import PageNotFound from './views/PageNotFound.vue';
import
EditCompany
from
'./views/EditCompany.vue'
;
import
RegisterEmployer
from
'./views/RegisterEmployer'
;
import
ManagejobEmployer
from
'./views/managejob.vue'
import
AddJob
from
'./views/AddJob.vue'
;
const
router
=
new
VueRouter
({
mode
:
'history'
,
...
...
@@ -49,6 +50,11 @@ const router = new VueRouter({
name
:
'editcompany'
,
component
:
EditCompany
},
{
path
:
'addjob'
,
name
:
'addjob'
,
component
:
AddJob
},
{
path
:
'*'
,
name
:
'404Employer'
,
...
...
resources/js/views/AddJob.vue
0 → 100644
View file @
e50609f8
<
template
>
<div>
Addjob
</div>
</
template
>
resources/js/views/Employer.vue
View file @
e50609f8
...
...
@@ -25,7 +25,7 @@
<span
class=
" subheading font-weight-bold teal--text"
><v-icon
color=
"teal"
>
person_pin
</v-icon>
ข้อมูลบัญชีผู้ใช้
</span>
</v-flex>
<v-flex
xs4
sm4
class=
"text-sm-right text-xs-right"
>
<v-btn
small
depressed
color=
"orange darken-2"
dark
>
<v-btn
small
depressed
color=
"orange darken-2"
dark
@
click=
"$router.push('/employer/addjob')"
>
<v-icon
dark
small
>
fas fa-plus
</v-icon>
ประกาศงาน
</v-btn>
</v-flex>
...
...
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