category
This commit is contained in:
@@ -62,11 +62,11 @@
|
||||
<td>
|
||||
<img class="block mx-auto my-0 w-[70px] h-[50px]" src="{{item.image.thumb}}" alt="">
|
||||
<span class="text-center block">{{item.image_count}} ảnh</span>
|
||||
<i class="icons icon-edit"></i>
|
||||
<i class="icons icon-edit text-center m-auto"></i>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/admin/product/form?id={{item.id}}"
|
||||
class="text-[#0041E8] inline-block w-[140px]">{{item.title}}</a>
|
||||
class="text-[#0041E8] inline-block">{{item.title}}</a>
|
||||
{% if item.config_count > 0 %}<p class="text-[#FFC700]">[Có cấu hình]</p>{% endif %}
|
||||
<div class="flex items-center">
|
||||
<span>Danh mục:</span>
|
||||
@@ -96,7 +96,7 @@
|
||||
<p>- Mua : {{item.buy_count}}</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[1px]">
|
||||
<div class="flex flex-wrap items-center mb-[1px]">
|
||||
<span class="">- Giá bán:</span>
|
||||
<b class="text-[#E00000] ml-[3px] whitespace-nowrap">
|
||||
{% if item.price > 0 %}
|
||||
|
||||
Reference in New Issue
Block a user