ui(cupang): 입수량 규칙 목록 입수량에 개 단위 표기 (Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>)
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
<td>{{ r.product_name_snapshot or '—' }}</td>
|
<td>{{ r.product_name_snapshot or '—' }}</td>
|
||||||
<td>{{ r.product_code }}</td>
|
<td>{{ r.product_code }}</td>
|
||||||
<td>{{ r.box_name }}</td>
|
<td>{{ r.box_name }}</td>
|
||||||
<td>{{ r.units_per_box }}</td>
|
<td>{{ r.units_per_box }}개</td>
|
||||||
<td>{{ r.memo or '—' }}</td>
|
<td>{{ r.memo or '—' }}</td>
|
||||||
<td>
|
<td>
|
||||||
<form method="post" action="/cupang/box-rules/{{ r.id }}/delete" class="cpg-inline-form"
|
<form method="post" action="/cupang/box-rules/{{ r.id }}/delete" class="cpg-inline-form"
|
||||||
|
|||||||
Reference in New Issue
Block a user