initial crud, index form

This commit is contained in:
bitkarrot 2023-03-02 15:51:42 -08:00
commit 577a3932f5
4 changed files with 83 additions and 5 deletions

View file

@ -29,6 +29,7 @@
<q-tr :props="props">
<q-th auto-width></q-th>
<q-th auto-width>Description</q-th>
<q-th auto-width>Lightning Address</q-th>
<q-th auto-width>Amount</q-th>
<q-th auto-width>Currency</q-th>
<q-th auto-width></q-th>
@ -148,6 +149,21 @@
label="Wallet *"
>
</q-select>
<div class="row">
<div class="col">
<q-input
filled
dense
v-model.trim="formDialog.data.lnaddress"
type="text"
label="Lightning Username"
>
</div>
<div class="col" style="margin-top: 10px">
<span class="label"> @{% raw %} {{domain}} {% endraw %} </span>
</div>
</q-input>
</div>
<q-input
filled
dense