From 9b6c62ad2e96abdeada2eb50b9c9c48a96e0cd38 Mon Sep 17 00:00:00 2001 From: Park Byung Eun Date: Sun, 14 Aug 2022 08:12:12 +0000 Subject: [PATCH] bug fix --- .../coupon/components/list.component.html | 28 ++++++++++++++----- .../coupon/components/list.component.ts | 4 +-- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/src/app/modules/admin/member/coupon/components/list.component.html b/src/app/modules/admin/member/coupon/components/list.component.html index 3650f93..5b8b4e3 100644 --- a/src/app/modules/admin/member/coupon/components/list.component.html +++ b/src/app/modules/admin/member/coupon/components/list.component.html @@ -99,8 +99,11 @@
-
그룹번호
-
쿠폰시리얼번호
+
+ 그룹번호 +
+ 쿠폰시리얼번호 +
생성아이디
@@ -129,8 +132,18 @@
-
{{ coupon.couponGroupNumber }}
-
{{ coupon.couponSerialNumber }}
+
+ {{ coupon.couponGroupNumber }} +
+ {{ coupon.couponSerialNumber }} +
{{ coupon.issuedCouponId }} @@ -138,9 +151,7 @@
{{ coupon.issuedCouponNickname }}
-
- {{ coupon.issuedCouponMoney }} -
+
{{ coupon.issuedCoupons }}
@@ -149,6 +160,9 @@
{{ coupon.takeCouponNickname }}
+
+ {{ coupon.issuedCouponMoney }} +