From 1a3801b7316b0a23b6d3924eb4fbb023b1edef83 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 07 十一月 2023 10:30:14 +0800
Subject: [PATCH] 后台bug修改

---
 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 a988cde..a64cccd 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
@@ -37,7 +37,7 @@
         {title: '限领数量', field: 'pickUpQuantity', visible: true, align: 'center', valign: 'middle'},
         {title: '审核状态', field: 'auditStatus', visible: true, align: 'center', valign: 'middle',
             formatter: function (value, row, index) {
-                return {1: "上架", 2: "下架"}[value]
+                return {1: "待审核", 3: "未通过"}[value]
             }}
     ];
 };

--
Gitblit v1.7.1