From 094a8fc102e6e14c81ee83282df1c15bcaf95b71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Thu, 14 Nov 2024 14:04:31 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=8A=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/user_manage/active_list.vue | 5 +++--
src/views/user_manage/components/addActive.vue | 5 ++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/user_manage/active_list.vue b/src/views/user_manage/active_list.vue
index 1141d7e..4ce7f6b 100644
--- a/src/views/user_manage/active_list.vue
+++ b/src/views/user_manage/active_list.vue
@@ -38,8 +38,9 @@
-
+
+ {{ scope.row.isUseCoupon == 1 ? '是':'否'}}
diff --git a/src/views/user_manage/components/addActive.vue b/src/views/user_manage/components/addActive.vue
index 0d3a14f..15c4da6 100644
--- a/src/views/user_manage/components/addActive.vue
+++ b/src/views/user_manage/components/addActive.vue
@@ -40,8 +40,7 @@
-->
-
+
@@ -221,7 +220,7 @@ export default {
// let res = await activate(obj.id)
// this.productIds = res
if (obj.couponId) {
- this.productIds = [{ title: obj.couponName }]
+ this.productIds = [{ title: obj.couponName,id:obj.couponId }]
}
console.log(obj, '调试1')
}