refactor component

This commit is contained in:
Jay_Makwana
2019-11-16 17:53:20 +05:30
parent 8aef621692
commit 7e0ff3f6cf
2 changed files with 9 additions and 6 deletions

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>