mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
feat: create app orders and makemigrations
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<tr>
|
||||
<th style="text-align: left;">Produto</th>
|
||||
<th style="text-align: left;width: 20%;">Preço</th>
|
||||
<th style="text-align: left;">Quantidade</th>
|
||||
<th style="text-align: left;">Categoria</th>
|
||||
<th class="hide-on-mobile" style="text-align: left;">Quantidade</th>
|
||||
<th class="hide-on-mobile" style="text-align: left;">Categoria</th>
|
||||
<th style="text-align: left;width: 20%;">Ações</th>
|
||||
</tr>
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<tr>
|
||||
<td id="name-{{product.id}}" >{{product.name}}</td>
|
||||
<td id="price-{{product.id}}" >R$ {{product.price}}</td>
|
||||
<td id="quantity-{{product.id}}" >{{product.quantity}}</td>
|
||||
<td id="category-{{product.id}}" >{{product.category.name}}</td>
|
||||
<td class="hide-on-mobile" id="quantity-{{product.id}}" >{{product.quantity}}</td>
|
||||
<td class="hide-on-mobile" id="category-{{product.id}}" >{{product.category.name}}</td>
|
||||
<td>
|
||||
<div class="grid-buttons">
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user