%-- Author: cac Date: 2005-12-30 --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
| 修改 | 状态 | 订单号 | 发货日期 | 发货地址 | 总金额 | 详情 |
|
|
${statusEnum[order.status]} | ${order.id} |
|
${order.shipAddr} | ${order.totalPrice} |
|