Преглед на файлове

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

Ken преди 3 месеца
родител
ревизия
ec6c6a4264
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  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>