Explorar el Código

change:订单详情-更改Discount字段

Ken hace 3 meses
padre
commit
ec6c6a4264
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      pages/home/myDetail/components/orderDetailPart.vue

+ 1 - 4
pages/home/myDetail/components/orderDetailPart.vue

@@ -343,10 +343,7 @@
             </tr>
             <tr>
               <td>Total Discount</td>
-              <td>
-                {{ comCurrency }}
-                {{ transformNumber(orderDetail.Total_Including_Discount) }}
-              </td>
+              <td>{{ comCurrency }} {{ transformNumber(orderDetail.Discount_Amount) }}</td>
             </tr>
             <tr>
               <td>Adjustment</td>