Merge branch 'front-fixes' into 'master'

responsive tables label fix

See merge request mohit.panjvani/crater-web!40
This commit is contained in:
Mohit Panjwani
2019-11-17 06:08:09 +00:00

View File

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