responsive tables label fix

This commit is contained in:
Aman upadhyay
2019-11-16 12:36:58 +05:30
parent 6098fbe4b3
commit 4cd15c71d7
2 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,7 @@
sort-as="total"
>
<template slot-scope="row">
<span> {{ $t('estimates.total') }}</span>
<div v-html="$utils.formatMoney(row.total, row.user.currency)" />
</template>
</table-column>

View File

@ -171,6 +171,7 @@
sort-as="expense_date"
>
<template slot-scope="row">
<span>{{ $t('expenses.note') }}</span>
<div class="notes">
<div class="note">{{ row.notes }}</div>
</div>