From 57fc9746be37d57a342a63f0ba1326742b83564a Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 18 Oct 2022 11:31:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AA=E9=80=9A=E8=BF=87=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BD=9C=E5=BA=9F=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/coupon/list/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/coupon/list/index.jsx b/src/pages/coupon/list/index.jsx index 609479bb..cc83982c 100644 --- a/src/pages/coupon/list/index.jsx +++ b/src/pages/coupon/list/index.jsx @@ -477,7 +477,7 @@ const UseCouponList = () => { ); } - if ([1, 2].includes(rowData.old_status)) { + if ([1, 2, 3].includes(rowData.old_status)) { return ( delFn(e, rowData)}> 作废