Commit e50609f8 authored by Kittisak Maneewong's avatar Kittisak Maneewong

Add Job

parent 4f9f8096
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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',
......
<template>
<div>
Addjob
</div>
</template>
......@@ -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>&nbsp;ประกาศงาน
</v-btn>
</v-flex>
......
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