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