瀏覽代碼

bugfix-发货状态颜色

Aslee 2 年之前
父節點
當前提交
d7a6120800
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/webapp/WEB-INF/views/modules/hehe/heheNewOrderList.jsp

+ 2 - 2
src/main/webapp/WEB-INF/views/modules/hehe/heheNewOrderList.jsp

@@ -904,13 +904,13 @@
             </li>
             <li>
                 <c:if test="${order.sendOutStatus == 1}">
-                    <font color="green">待发货</font>
+                    <font color="red">待发货</font>
                 </c:if>
                 <c:if test="${order.sendOutStatus == 2}">
                     <font color="##FF9966">部分发货</font>
                 </c:if>
                 <c:if test="${order.sendOutStatus == 3}">
-                    <font color="red">已发货</font>
+                    <font color="green">已发货</font>
                 </c:if>
             </li>
             <li>