Add table Header

This commit is contained in:
Jan Bader 2022-02-09 08:05:58 +00:00
parent bd1e1cbfb8
commit 07cd7a7c2b

View File

@ -46,6 +46,15 @@ export default defineComponent({
<Currency :value="$store.getters.CurrentAccount.Balance" /> <Currency :value="$store.getters.CurrentAccount.Balance" />
</p> </p>
<table> <table>
<tr class="font-bold">
<td style="width: 90px;">Date</td>
<td style="max-width: 150px;">Payee</td>
<td style="max-width: 200px;">Category</td>
<td>Memo</td>
<td class="text-right">Amount</td>
<td style="width: 20px;"></td>
<td style="width: 20px;"></td>
</tr>
<tr> <tr>
<td style="width: 90px;" class="text-sm"> <td style="width: 90px;" class="text-sm">
<input type="date" v-model="TransactionDate" /> <input type="date" v-model="TransactionDate" />