cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TCoupon.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TCoupon.js
@@ -23,7 +23,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) {