chnaged button names
This commit is contained in:
parent
c7e501ac08
commit
682226c4b6
1 changed files with 2 additions and 3 deletions
|
|
@ -673,9 +673,8 @@
|
|||
@click="g.visibleDrawer = !g.visibleDrawer"
|
||||
>
|
||||
</q-tab>
|
||||
<q-tab icon="content_paste" label="Paste Invoice" @click="showParseDialog">
|
||||
</q-tab>
|
||||
<q-tab icon="file_download" label="Create Invoice" @click="showReceiveDialog">
|
||||
<q-tab icon="content_paste" label="Paste" @click="showParseDialog"> </q-tab>
|
||||
<q-tab icon="file_download" label="Receive" @click="showReceiveDialog">
|
||||
</q-tab>
|
||||
|
||||
<q-tab icon="photo_camera" label="Scan" @click="showCamera"> </q-tab>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue