fix<补充订单状态>

master
liyansheng 2024-12-22 00:55:44 +08:00
parent 2a99339bad
commit 032385d7a7
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<th>总金额</th>
<th>地址</th>
<th>商品信息</th>
<th>状态</th>
</tr>
</thead>
<tbody>
@ -34,6 +35,7 @@
<td>${order.totalPrice}</td>
<td>${order.address}</td>
<td>${order.remark}</td>
<td>${order.status}</td>
</tr>
</c:forEach>
</tbody>