mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Merge branch 'front-fixes' into 'master'
responsive tables label fix See merge request mohit.panjvani/crater-web!40
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user