至
{{ formatQuantity(detail.quantity) }}
+
+ {{ formatPrice(detail.price) || '-' }}
+
- {{ formatPrice(detail.amount) || '-' }}
+ {{ formatPrice(getDetailTotalPrice(detail)) || '-' }}
@@ -221,7 +224,7 @@
金额:
- {{ formatPrice(row.totalAmount) }}
+ {{ formatPrice(row.totalPrice) }}