diff --git a/src/pages/coupon/list/index.jsx b/src/pages/coupon/list/index.jsx index 82b372c5..6bc4288f 100644 --- a/src/pages/coupon/list/index.jsx +++ b/src/pages/coupon/list/index.jsx @@ -374,6 +374,7 @@ const UseCouponList = () => { }; // 启用-禁用 + // old_status 1进行中 2暂停中 const changeStatus = (status, row) => { Sweetalert.confirm({ type: "warning", @@ -521,6 +522,7 @@ const UseCouponList = () => { ); } case 4: + // 如果 approval_id 小于0 该数据是从key批次流过来的数据,所以只能在key批次进行操作 if (rowData.status === 6 && Number(rowData.approval_id) > 0) { return ( onReCall(e, rowData)}>