Navbar dla OrderMessage i OrderList

This commit is contained in:
2022-07-22 14:11:09 +02:00
parent 3ab273e2ba
commit 7bc722087f
6 changed files with 73 additions and 24 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
<br />
Dodano: {{ new Date(order.createdAt).toLocaleString('pl-PL') }}
<br />
<button class="g-button" @click="selectLocalOrder(order)">Wybierz</button>
<button class="g-button" @click="removeOrder(order)">Usuń</button>
<button class="g-button action" @click="selectLocalOrder(order)">Wybierz</button>
<button class="g-button action" @click="removeOrder(order)">Usuń</button>
</li>
</ul>
</section>