diff --git a/src/components/user/JobRequests/JobInvites.vue b/src/components/user/JobRequests/JobInvites.vue index 46a6e80..47c5459 100644 --- a/src/components/user/JobRequests/JobInvites.vue +++ b/src/components/user/JobRequests/JobInvites.vue @@ -1,55 +1,60 @@ - - - - - - - - {{ jobInvite.on_date.getDate() }}.{{ - jobInvite.on_date.getMonth() + 1 - }}.{{ jobInvite.on_date.getFullYear() }} von - {{ jobInvite.from_user.firstname }} - {{ jobInvite.from_user.lastname }} - - + + Eingehende Einladungen + + + + - - - {{ check }} - - - - - - - - - - - {{ jobInvite.watched ? seen : notSeen }} - - - - - - - - + + + {{ jobInvite.on_date.getDate() }}.{{ + jobInvite.on_date.getMonth() + 1 + }}.{{ jobInvite.on_date.getFullYear() }} von + {{ jobInvite.from_user.firstname }} + {{ jobInvite.from_user.lastname }} + + + + + + + + {{ check }} + + + + + + + + + + {{ jobInvite.watched ? seen : notSeen }} + + + + + + + + + + @@ -75,7 +80,7 @@ export default { getJobInvites: 'jobInvites/getJobInvites', addJob: 'jobInvites/addJob', updateJobInviteToMe: 'jobInvites/updateJobInviteToMe', - deleteJob: 'jobInvites/deleteJob', + deleteJob: 'jobInvites/deleteJob' }), forceRender() { setTimeout(() => { @@ -101,7 +106,6 @@ export default { this.seenJobIvnite(jobInvite) this.deleteJob(event) this.forceRender() - }, userInWorker(jobinvite) { var jobkinddate = jobinvite.day.jobkinddate.find(item => { diff --git a/src/components/user/JobRequests/JobTransfer.vue b/src/components/user/JobRequests/JobTransfer.vue index b6c5d75..b35d96d 100644 --- a/src/components/user/JobRequests/JobTransfer.vue +++ b/src/components/user/JobRequests/JobTransfer.vue @@ -1,6 +1,6 @@ - + Eingehende Anfragen @@ -11,18 +11,25 @@ :key="index" > - {{ jobrequest.on_date.getDate() }}.{{ - jobrequest.on_date.getMonth() + 1 - }}.{{ jobrequest.on_date.getFullYear() }} von - {{ jobrequest.from_user.firstname }} - {{ jobrequest.from_user.lastname }} - + + {{ jobrequest.on_date.getDate() }}.{{ + jobrequest.on_date.getMonth() + 1 + }}.{{ jobrequest.on_date.getFullYear() }} von + {{ jobrequest.from_user.firstname }} + {{ jobrequest.from_user.lastname }} + + + + + {{ check }} + + @@ -35,7 +42,11 @@ - + - - fromme - - - {{ jobrequest }} - + + + Ausgehende Anfragen + + + + + + + {{ jobrequest.on_date.getDate() }}.{{ + jobrequest.on_date.getMonth() + 1 + }}.{{ jobrequest.on_date.getFullYear() }} an + {{ jobrequest.to_user.firstname }} + {{ jobrequest.to_user.lastname }} + + + + + + + + {{ check }} + + + + + + + + + + {{trashCan}} + + + + + + + + Annehmen + + + + + + + +