[260211] 상품 컨디션 정의

- 가격 누락 복구
This commit is contained in:
2026-02-11 00:27:42 +09:00
parent 526d310ac9
commit b268a97e0f
45 changed files with 451 additions and 261 deletions

View File

@@ -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>