From d06bbceccd3469a0aedce0ed6276916f44e2b194 Mon Sep 17 00:00:00 2001
From: luo <2855143437@qq.com>
Date: 星期五, 26 一月 2024 17:53:06 +0800
Subject: [PATCH] 1.27

---
 ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js b/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js
index f5bd99d..dd38188 100644
--- a/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js
+++ b/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/userActivity/sysCouponRecord.js
@@ -22,11 +22,11 @@
             {title: '优惠券类型', field: 'couponUseType', visible: true, align: 'center', valign: 'middle',
                 formatter: function (value, row) {
                     if(value==0){
-                        return "通用券";
+                        return "通用优惠券";
                     }else if(value==1){
-                        return "专车券";
-                    }else if(value==2){
-                        return "出租券";
+                        return "打车优惠券";
+                    }else if(value==4){
+                        return "包裹优惠券";
                     }else if(value==3){
                         return "跨城出行券";
                     }else{

--
Gitblit v1.7.1