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 (