From def4c93e3f07dd15bf15e6f15269a959934334a8 Mon Sep 17 00:00:00 2001 From: youmengting <2080639302@qq.com> Date: Tue, 26 Dec 2023 16:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=A0=E9=80=81=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=9A=E6=9A=82=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../order-manage/give-coupons/give-coupons.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/admin/order-manage/give-coupons/give-coupons.component.html b/src/app/admin/order-manage/give-coupons/give-coupons.component.html index bfbbee7..9418b47 100644 --- a/src/app/admin/order-manage/give-coupons/give-coupons.component.html +++ b/src/app/admin/order-manage/give-coupons/give-coupons.component.html @@ -59,7 +59,7 @@ 优惠券名称 优惠券类型 - 优惠金额 + 用户手机号 状态 使用时间 @@ -71,7 +71,7 @@ {{data.discountName}} {{data.discountType | discountType}} - {{data.discountPrice}} + {{data.ext3 | phoneTranslate}} {{data.status | discountCodeStatus2}} {{data.useTime | date : 'yyyy-MM-dd HH:mm:ss'}}