puzhibing
2024-01-31 2a0298bb6ce4584ba311d7eba8454f515d2b0b3c
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{