From 7a29f6f52cec54e903a6ba08b4b479a7b8c62ce7 Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 10 Oct 2022 20:10:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8=E5=88=97=E8=A1=A8=E7=94=9F=E6=88=90=E4=B8=AD=E6=97=A0?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/coupon/list/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/coupon/list/index.jsx b/src/pages/coupon/list/index.jsx index 30d0fabb..dcf42ae2 100644 --- a/src/pages/coupon/list/index.jsx +++ b/src/pages/coupon/list/index.jsx @@ -411,7 +411,7 @@ const UseCouponList = () => { const opearoEl = (type, rowData) => { switch (type) { case 1: - if ([4, 5, 6].includes(rowData.status)) { + if ([4, 5, 6, 8].includes(rowData.status)) { return ( 编辑 @@ -477,7 +477,7 @@ const UseCouponList = () => { ); } - if ([4, 5].includes(rowData.status)) { + if ([4, 5, 8].includes(rowData.status)) { return (