diff --git a/src/components/Coupons/index.vue b/src/components/Coupons/index.vue
new file mode 100644
index 0000000..096001b
--- /dev/null
+++ b/src/components/Coupons/index.vue
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Coupons/优惠卷 b/src/components/Coupons/优惠卷
new file mode 100644
index 0000000..e69de29
diff --git a/src/layout/components/asider.vue b/src/layout/components/asider.vue
index 63b1d1d..0beef5b 100644
--- a/src/layout/components/asider.vue
+++ b/src/layout/components/asider.vue
@@ -938,28 +938,28 @@ export default {
name: "优惠券",
index: "100",
icon: "el-icon-s-ticket",
- number: "1000",
+ number: "800",
menuLists: [
{
name: "建立",
icon: "el-icon-s-promotion",
route: "/couponIssue",
index: "couponIssue",
- number: "1000100",
+ number: "800100",
},
{
name: "管理",
icon: "el-icon-s-operation",
route: "/couponMane",
index: "couponMane",
- number: "1000200",
+ number: "800200",
},
{
name: "领取消费",
icon: "el-icon-time",
route: "/couponRecord",
index: "couponRecord",
- number: "1000300",
+ number: "800300",
},
],
},
diff --git a/src/pages/discount-coupon/management/index.vue b/src/pages/discount-coupon/management/index.vue
index d31d1a7..309e19d 100644
--- a/src/pages/discount-coupon/management/index.vue
+++ b/src/pages/discount-coupon/management/index.vue
@@ -175,11 +175,11 @@ export default {
this.listLoading = false;
if (code == "000000") {
pageInfo.list.forEach(function (item) {
- item.forEach(function (items) {
- if (items.docType == 'platform_coupon_huizhi') {
- item.imgPath = partten.imagePath + items.filePath + '/' + items.fileName
+ // item.forEach(function (items) {
+ if (item.docType == 'platform_coupon_huizhi') {
+ item.imgPath = partten.imagePath + item.filePath + '/' + item.fileName
}
- });
+ // });
});
this.list = Array.from(pageInfo.list);
this.total = pageInfo.total;
diff --git a/src/pages/eashier/service/service.vue b/src/pages/eashier/service/service.vue
index e647547..ae5d5c9 100644
--- a/src/pages/eashier/service/service.vue
+++ b/src/pages/eashier/service/service.vue
@@ -295,9 +295,11 @@
+