refactor: show btn view example

This commit is contained in:
Thanaphon Frappet 2025-02-20 15:56:19 +07:00
parent 6df79dae80
commit f777e50bd4

View file

@ -943,6 +943,7 @@ onMounted(async () => {
/> />
</nav> </nav>
<!-- #TODO add goToQuotation as @goto-quotation--> <!-- #TODO add goToQuotation as @goto-quotation-->
<DocumentExpansion <DocumentExpansion
v-if="view === null" v-if="view === null"
:readonly :readonly
@ -1155,7 +1156,6 @@ onMounted(async () => {
<nav class="row justify-end"> <nav class="row justify-end">
<!-- TODO: view example --> <!-- TODO: view example -->
<MainButton <MainButton
v-if="view === null"
class="q-mr-auto" class="q-mr-auto"
outlined outlined
icon="mdi-play-box-outline" icon="mdi-play-box-outline"