fix translation issues in french and fix issues in estimate action

This commit is contained in:
bansarishukla
2019-11-13 19:33:31 +05:30
parent 2030ce603b
commit 35a12fd4d1
6 changed files with 39 additions and 28 deletions

View File

@ -28,17 +28,9 @@
class="mb-3"
>
<table-column
:sortable="true"
:filterable="true"
:label="$t('settings.tax_types.tax_name')"
>
<template slot-scope="row">
<span>{{ $t('settings.tax_types.tax_name') }}</span>
<span class="tax-name mt-3">
{{ row.name }}
</span>
</template>
</table-column>
show="name"
/>
<table-column
:sortable="true"
:filterable="true"