Add table Header
This commit is contained in:
parent
bd1e1cbfb8
commit
07cd7a7c2b
@ -46,6 +46,15 @@ export default defineComponent({
|
||||
<Currency :value="$store.getters.CurrentAccount.Balance" />
|
||||
</p>
|
||||
<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>
|
||||
<td style="width: 90px;" class="text-sm">
|
||||
<input type="date" v-model="TransactionDate" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user