changed button order
This commit is contained in:
@@ -191,13 +191,6 @@ onBeforeUnmount(async function() {
|
||||
</div>
|
||||
</div>
|
||||
<div class="box mt-3">
|
||||
<button
|
||||
class="button is-fullwidth mb-3"
|
||||
:class="{ 'is-active': activeButton === 'separate' }"
|
||||
@click="setActive('separate')"
|
||||
>
|
||||
Rozdzielone zamówienia
|
||||
</button>
|
||||
|
||||
<button
|
||||
class="button is-fullwidth mb-3"
|
||||
@@ -207,6 +200,15 @@ onBeforeUnmount(async function() {
|
||||
Zamówienia pogrupowane po NIP
|
||||
</button>
|
||||
|
||||
<button
|
||||
class="button is-fullwidth mb-3"
|
||||
:class="{ 'is-active': activeButton === 'separate' }"
|
||||
@click="setActive('separate')"
|
||||
>
|
||||
Rozdzielone zamówienia
|
||||
</button>
|
||||
|
||||
|
||||
<button
|
||||
class="button is-fullwidth mb-3"
|
||||
:class="{ 'is-active': activeButton === 'summed' }"
|
||||
|
||||
Reference in New Issue
Block a user