mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
Fix translations.
This commit is contained in:
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"draft": "draft",
|
"statuses": {
|
||||||
"booked": "booked",
|
"draft": "draft",
|
||||||
"sent": "sent",
|
"booked": "booked",
|
||||||
"paid": "paid",
|
"sent": "sent",
|
||||||
"cancelled": "cancelled"
|
"paid": "paid",
|
||||||
|
"cancelled": "cancelled"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
<AppSelect :value="getStatusObj"
|
<AppSelect :value="getStatusObj"
|
||||||
class="mb-0 mr-2 text-capitalize multiselect--capitalize"
|
class="mb-0 mr-2 text-capitalize multiselect--capitalize"
|
||||||
:options="invoiceStatuses"
|
:options="invoiceStatuses"
|
||||||
label-field="value"
|
label-field="name"
|
||||||
@input="updateProp({status: $event.value})"/>
|
@input="updateProp({status: $event.value})"/>
|
||||||
<button class="btn btn-outline-dark"
|
<button class="btn btn-outline-dark"
|
||||||
v-if="invoice.status === 'draft'"
|
v-if="invoice.status === 'draft'"
|
||||||
|
|||||||
Reference in New Issue
Block a user