mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
responsive tables label fix
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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user