fix: 未通过增加作废操作
This commit is contained in:
parent
aec6d19577
commit
57fc9746be
|
@ -477,7 +477,7 @@ const UseCouponList = () => {
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if ([1, 2].includes(rowData.old_status)) {
|
if ([1, 2, 3].includes(rowData.old_status)) {
|
||||||
return (
|
return (
|
||||||
<span className="grid-link" onClick={(e) => delFn(e, rowData)}>
|
<span className="grid-link" onClick={(e) => delFn(e, rowData)}>
|
||||||
作废
|
作废
|
||||||
|
|
Loading…
Reference in New Issue