ui(cupang): 입수량 규칙 목록 입수량에 개 단위 표기 (Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>)

This commit is contained in:
2026-05-30 06:12:47 +09:00
parent 90e286dc4d
commit 7d39c2edec
@@ -82,7 +82,7 @@
<td>{{ r.product_name_snapshot or '—' }}</td>
<td>{{ r.product_code }}</td>
<td>{{ r.box_name }}</td>
<td>{{ r.units_per_box }}</td>
<td>{{ r.units_per_box }}</td>
<td>{{ r.memo or '—' }}</td>
<td>
<form method="post" action="/cupang/box-rules/{{ r.id }}/delete" class="cpg-inline-form"