diff --git a/src/views/modules/coupon/popup/view-details.vue b/src/views/modules/coupon/popup/view-details.vue
new file mode 100644
index 0000000..15a2361
--- /dev/null
+++ b/src/views/modules/coupon/popup/view-details.vue
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+ {{ ruleForm.name }}
+
+
+
+ {{ getCategory(ruleForm.category) }}
+
+
+
+ {{ ruleForm.money }}
+
+
+
+
+
+ {{ ruleForm.minPrice }}
+
+
+
+ {{ ruleForm.limitedNum }}
+
+
+
+ {{ ruleForm.total }}
+
+
+
+
+
+ {{ ruleForm.lastTotal }}
+
+
+
+ {{ ruleForm.receiveStartTime }}
+
+
+
+ {{ ruleForm.receiveEndTime }}
+
+
+
+
+
+ {{ ruleForm.useStartTime }}
+
+
+
+ {{ ruleForm.useEndTime }}
+
+
+
+ {{ ruleForm.status == 1 ? "开启" : "结束" }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/operation-management/banner/index.vue b/src/views/modules/operation-management/banner/index.vue
index 7b46852..4369d9f 100644
--- a/src/views/modules/operation-management/banner/index.vue
+++ b/src/views/modules/operation-management/banner/index.vue
@@ -12,7 +12,7 @@
>
-
+
{
this.$refs.oTable.reload();
});
@@ -261,8 +273,8 @@ export default {
return (
);
},
diff --git a/src/views/modules/operation-management/banner/popup/add-or-update.vue b/src/views/modules/operation-management/banner/popup/add-or-update.vue
index 50e4e07..4dca538 100644
--- a/src/views/modules/operation-management/banner/popup/add-or-update.vue
+++ b/src/views/modules/operation-management/banner/popup/add-or-update.vue
@@ -3,6 +3,7 @@