-
- 全部
- 生效中
- 已过期
+
+ 生效中
+ 已过期
-
+
+
+
+
+
+
+
+
+
+
+
+
+
- 查询
- 新增
+ 查询
+ 新增
@@ -43,29 +64,41 @@
prop="couponType"
header-align="center"
align="center"
- label="优惠卷类型">
-
- 商品用券
- 电子书用券
-
+ label="优惠卷类型" width="100px">
-
+ label="面值" width="90px">
+
+ label="时间">
+
+ 创建时间:{{scope.row.createTime}}
+
生效时间:{{scope.row.effectTime}}
+
结束时间:{{scope.row.expireTime}}
+
+
+
+
+
+
+ {{scope.row.couponRange | getRange}}
+
+ label="发行数量" width="90px">
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+ {{checkBtnStatus(scope.row) ? '已选择' : '选择'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/coupon/coupon-add-or-update.vue b/src/views/modules/coupon/coupon-add-or-update.vue
index 2fa0e5d..2614926 100644
--- a/src/views/modules/coupon/coupon-add-or-update.vue
+++ b/src/views/modules/coupon/coupon-add-or-update.vue
@@ -1,117 +1,257 @@