refactor and merge backend

This commit is contained in:
Jay Makwana
2020-03-18 18:21:53 +05:30
parent 4d1b267688
commit 82d85af672
3 changed files with 11 additions and 11 deletions

View File

@ -173,6 +173,11 @@
sort-as="name"
show="category.name"
/>
<table-column
:label="$t('expenses.customer')"
sort-as="user_name"
show="user_name"
/>
<table-column
:label="$t('expenses.date')"
sort-as="expense_date"