From 28a60b0977d66b75fb9a2c3306840bc18ec271f6 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期二, 19 八月 2025 17:51:18 +0800 Subject: [PATCH] 会员支付相关 --- cloud-server-management/src/main/webapp/static/modular/system/tCouponExamine/TCouponExamine.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tCouponExamine/TCouponExamine.js b/cloud-server-management/src/main/webapp/static/modular/system/tCouponExamine/TCouponExamine.js index 8210af7..902f880 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tCouponExamine/TCouponExamine.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tCouponExamine/TCouponExamine.js @@ -24,7 +24,7 @@ }, {title: '优惠券类型', field: 'type', visible: true, align: 'center', valign: 'middle', formatter: function (value, row, index) { - return {1: "满减券", 2: "代金券", 3: "体验券"}[value] + return {1: "满减券", 2: "代金券", 3: "体验券",4:"抵扣券"}[value] }}, {title: '发放方式', field: 'distributionMethod', visible: true, align: 'center', valign: 'middle', formatter: function (value, row, index) { -- Gitblit v1.7.1