[260211] 상품 컨디션 정의
- 가격 누락 복구
This commit is contained in:
@@ -184,9 +184,9 @@
|
||||
<input type="checkbox" id="select-all-current" class="rounded border-slate-300" onchange="window.toggleSelectAll(this.checked)" />
|
||||
</th>
|
||||
<th class="py-4 px-4 text-slate-800 dark:text-slate-200">상품명</th>
|
||||
<th class="py-4 px-4">카테고리</th>
|
||||
<th class="py-4 px-4">제품 상태</th>
|
||||
<th class="py-4 px-4 text-right">가격</th>
|
||||
<th class="py-4 px-4 text-center">상태</th>
|
||||
<th class="hidden lg:block py-4 px-4 text-center">판매 상태</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="product-table-body" class="text-sm divide-y divide-slate-100 dark:divide-slate-800"></tbody>
|
||||
|
||||
Reference in New Issue
Block a user