mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-28 00:11:08 -04:00
update browsers db,
add (%) to custom taxes label as it always is a percentage
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<div v-for="tax in taxes" :key="tax.id">
|
||||
<AppEditable :value="tax.label"
|
||||
:placeholder="$t('label')"
|
||||
@change="updateTaxProp({ label: $event }, tax)"/>
|
||||
@change="updateTaxProp({ label: $event }, tax)"/> (%)
|
||||
<i class="material-icons md-18 float-right pointer" @click="removeTax(tax)">close</i>
|
||||
<AppInput :value="tax.value" @change="updateTaxProp({ value: $event }, tax)"
|
||||
:placeholder="tax.label" type="number"/>
|
||||
|
||||
Reference in New Issue
Block a user