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
b21189d1
Commit
b21189d1
authored
Apr 24, 2019
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2ed77cb7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
2 deletions
+12
-2
app.js
public/js/app.js
+0
-0
ConfigCompany.vue
resources/js/views/ConfigCompany.vue
+1
-0
CreateJob.vue
resources/js/views/CreateJob.vue
+4
-1
EditJob.vue
resources/js/views/EditJob.vue
+4
-1
Managejob.vue
resources/js/views/Managejob.vue
+3
-0
No files found.
public/js/app.js
View file @
b21189d1
This diff is collapsed.
Click to expand it.
resources/js/views/ConfigCompany.vue
View file @
b21189d1
...
...
@@ -230,6 +230,7 @@
</v-flex>
<v-layout
row
wrap
justify-center
class=
"my-2"
>
<v-btn
color=
"red"
dark=
""
type=
"submit"
:loading=
"loading"
>
บันทึกข้อมูล
</v-btn>
<v-btn
color=
"gray"
dark
@
click=
"$router.push('/employer')"
>
ยกเลิก
</v-btn>
</v-layout>
</v-layout>
</v-flex>
...
...
resources/js/views/CreateJob.vue
View file @
b21189d1
...
...
@@ -175,7 +175,10 @@
</v-layout>
</v-flex>
</v-flex>
<v-flex
xs12
sm10
offset-sm-1
class=
"my-1 text-xs-center text-sm-center."
><v-btn
type=
"submit"
round
dark
color=
"blue accent-3"
class=
"px-3 white--text"
>
เพิ่มข้อมูลงาน
</v-btn></v-flex>
<v-flex
xs12
sm10
offset-sm-1
class=
"my-1 text-xs-center text-sm-center."
>
<v-btn
type=
"submit"
round
dark
color=
"blue accent-3"
class=
"px-3 white--text"
>
เพิ่มข้อมูลงาน
</v-btn>
<v-btn
color=
"error"
round
dark
@
click=
"$router.push('/employer')"
>
ยกเลิก
</v-btn>
</v-flex>
</v-layout>
</v-form>
</div>
...
...
resources/js/views/EditJob.vue
View file @
b21189d1
...
...
@@ -175,7 +175,10 @@
</v-layout>
</v-flex>
</v-flex>
<v-flex
xs12
sm10
offset-sm-1
class=
"my-1 text-xs-center text-sm-center."
><v-btn
type=
"submit"
round
dark
color=
"blue accent-3"
class=
"px-3 white--text"
>
บันทึกข้อมูลงาน
</v-btn></v-flex>
<v-flex
xs12
sm10
offset-sm-1
class=
"my-1 text-xs-center text-sm-center."
>
<v-btn
type=
"submit"
round
dark
color=
"blue accent-3"
class=
"px-3 white--text"
>
บันทึกข้อมูลงาน
</v-btn>
<v-btn
color=
"error"
round
dark
@
click=
"$router.push('/employer')"
>
ยกเลิก
</v-btn>
</v-flex>
</v-layout>
</v-form>
</div>
...
...
resources/js/views/Managejob.vue
View file @
b21189d1
...
...
@@ -41,6 +41,9 @@
</td>
</
template
>
</v-data-table>
<v-layout
row
wrap
justify-center
>
<v-btn
color=
"error"
class=
"text-sm-center text-xs-center"
dark
@
click=
"$router.push('/employer')"
>
ย้อนกลับ
</v-btn>
</v-layout>
</v-card>
</template>
...
...
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