Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 2eca5978 authored by GrayFawkes's avatar GrayFawkes
Browse files

0.1.1

parent d2c5fda6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
</span>
<span class="row">
<label for="birthDateInput">{{$t('clients.viewAt-input')}}</label>
<input readonly v-model="client.viewAt" type="datetime-local" id="viewAtInput" class="form-control form-control-sm form-control-plaintext" v-bind:placeholder="$t('clients.viewAt-input')"/>
<input readonly v-bind="client.viewAt" type="datetime-local" id="viewAtInput" class="form-control form-control-sm form-control-plaintext" v-bind:placeholder="$t('clients.viewAt-input')"/>
</span>
<!-- -->
......@@ -106,9 +106,9 @@ export default {
axios
.get(url).then( result => {
this.mapClient(result.data)
},
error => { console.error(error) }
)
},
error => { console.error(error) }
)
},
mapClient(pClient) {
this.client = pClient
......
......@@ -45,6 +45,7 @@
"messages": {
"error": "Error"
},
"center-input": "SS Center"
"center-input": "SS Center",
"viewAt-input": "Last visit"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment