mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
responsive tables label fix
This commit is contained in:
@ -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>
|
||||||
|
|||||||
@ -171,6 +171,7 @@
|
|||||||
sort-as="expense_date"
|
sort-as="expense_date"
|
||||||
>
|
>
|
||||||
<template slot-scope="row">
|
<template slot-scope="row">
|
||||||
|
<span>{{ $t('expenses.note') }}</span>
|
||||||
<div class="notes">
|
<div class="notes">
|
||||||
<div class="note">{{ row.notes }}</div>
|
<div class="note">{{ row.notes }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user