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",
|
||||
"booked": "booked",
|
||||
"sent": "sent",
|
||||
"paid": "paid",
|
||||
"cancelled": "cancelled"
|
||||
"statuses": {
|
||||
"draft": "draft",
|
||||
"booked": "booked",
|
||||
"sent": "sent",
|
||||
"paid": "paid",
|
||||
"cancelled": "cancelled"
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<AppSelect :value="getStatusObj"
|
||||
class="mb-0 mr-2 text-capitalize multiselect--capitalize"
|
||||
:options="invoiceStatuses"
|
||||
label-field="value"
|
||||
label-field="name"
|
||||
@input="updateProp({status: $event.value})"/>
|
||||
<button class="btn btn-outline-dark"
|
||||
v-if="invoice.status === 'draft'"
|
||||
|
||||
Reference in New Issue
Block a user