fix: 未通过增加作废操作

This commit is contained in:
zhangds 2022-10-18 11:31:03 +08:00
parent aec6d19577
commit 57fc9746be
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ const UseCouponList = () => {
</span>
);
}
if ([1, 2].includes(rowData.old_status)) {
if ([1, 2, 3].includes(rowData.old_status)) {
return (
<span className="grid-link" onClick={(e) => delFn(e, rowData)}>
作废