Duan_xu пре 2 година
родитељ
комит
adb5bd8634

+ 2 - 2
src/main/webapp/WEB-INF/views/modules/bulkpurchase/applyRefoundForm.jsp

@@ -506,10 +506,10 @@
                     <font>无退款</font>
                 </c:if>
                 <c:if test="${order.refundType == 1}">
-                    <font color="#ff8c00">部分退款</font>
+                    <font>部分退款</font>
                 </c:if>
                 <c:if test="${order.refundType == 2}">
-                    <font color="green">已退款</font>
+                    <font>已退款</font>
                 </c:if></td>
             </td>
         </tr>

+ 3 - 3
src/main/webapp/WEB-INF/views/modules/order/newOrderList.jsp

@@ -353,13 +353,13 @@
             </li>
             <li>
                 <c:if test="${order.refundType == 1}">
-                      <font color="#ff8c00">部分退款</font>
+                      <font>部分退款</font>
                 </c:if>
                 <c:if test="${order.refundType == 2}">
-                      <font color="green">已退款</font>
+                      <font>已退款</font>
                 </c:if>
                 <c:if test="${order.refundType ne 1 and order.refundType ne 2 }">
-                     <font color="red">无退款</font>
+                     <font>无退款</font>
                 </c:if>
             </li>
             <li>

+ 3 - 3
src/main/webapp/WEB-INF/views/modules/order/orderDetail.jsp

@@ -491,13 +491,13 @@
             <td>
                 退款状态:
                 <c:if test="${order.refundType == 0}">
-                     <font color="red">无退款</font>
+                     <font>无退款</font>
                 </c:if>
                 <c:if test="${order.refundType == 1}">
-                     <font color="#ff8c00">部分退款</font>
+                     <font>部分退款</font>
                 </c:if>
                 <c:if test="${order.refundType == 2}">
-                    <font color="green">已退款</font>
+                    <font>已退款</font>
                 </c:if>
             </td>
         </c:if>