diff --git a/src/views/tool/Instead/components/quans.vue b/src/views/tool/Instead/components/quans.vue
index 6f42a77..7d2f64a 100644
--- a/src/views/tool/Instead/components/quans.vue
+++ b/src/views/tool/Instead/components/quans.vue
@@ -9,7 +9,12 @@
:data="quans.fullReductionCoupon"
@cell-click="fullReductionCouponClick"
>
-
+
- {{scope.row.type==1?'优惠券':'商品券'}}
-
+
+ {{ scope.row.type == 1 ? "优惠券" : "商品券" }}
+
+
+
+
+
+ ¥{{ scope.row.discountAmount }}
+
+
+
@@ -39,32 +53,55 @@
+
+
+
+
+
{{ scope.row.productName }}
+
+
+
- {{scope.row.type==1?'优惠券':'商品券'}}
-
+
+ {{ scope.row.type == 1 ? "优惠券" : "商品券" }}
+
+
-
-
已选优惠券
-
+ 已选优惠券
+
- {{scope.row.type==1?'优惠券':'商品券'}}
+
+ {{ scope.row.type == 1 ? "优惠券" : "商品券" }}
+
+
+
+
+
+
{{ scope.row.productName }}
+
+
+
-
取消