|
@@ -497,13 +497,13 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<c:if test="${s.refundType == 1}">
|
|
|
- <font color="#ff8c00">部分退款</font>
|
|
|
+ <font>部分退款</font>
|
|
|
</c:if>
|
|
|
<c:if test="${s.refundType == 2}">
|
|
|
- <font color="green">已退款</font>
|
|
|
+ <font>已退款</font>
|
|
|
</c:if>
|
|
|
<c:if test="${s.refundType != 1 && s.refundType != 2}">
|
|
|
- <font color="red">无退款</font>
|
|
|
+ <font>无退款</font>
|
|
|
</c:if>
|
|
|
</td>
|
|
|
<td><fmt:formatNumber value="${s.returnValue}" type="number" pattern="#,##0.00"/></td>
|