@@ -196,9 +184,6 @@
- {{ formatPriceAmount(formatPriceC(detail)) }}
- {{ formatPriceAmount(formatDetailLogisticsFee(detail)) }}
- {{ formatPriceAmount(formatProgressiveMultifocalPrice(detail)) }}
{{ formatPriceAmount(formatDetailPriceTotal(detail, 'priceC')) }}
diff --git a/developer-front/src/views/order/lens-order.vue b/developer-front/src/views/order/lens-order.vue
index 73f3e99..84a7267 100644
--- a/developer-front/src/views/order/lens-order.vue
+++ b/developer-front/src/views/order/lens-order.vue
@@ -46,47 +46,20 @@
-
-
- {{ formatLensFactory(scope.row) }}
- {{ formatLensFactory(scope.row) }}
-
-
{{ formatLens(scope.row) }}
-
+
{{ formatPriceB(scope.row) }}
- {{ formatPriceB(scope.row) }}
-
-
-
-
- {{ formatPriceAmount(formatLogisticsFee(scope.row)) }}
-
-
-
-
- {{ formatProgressiveMultifocalPrice(scope.row) }}
- {{ formatProgressiveMultifocalPrice(scope.row) }}
+ >{{ formatPriceAmount(formatDetailPriceTotal(scope.row, 'priceB')) }}
+ {{ formatPriceAmount(formatDetailPriceTotal(scope.row, 'priceB')) }}
@@ -445,80 +418,6 @@