fix:修复兑换码审核中依旧能删除bug

This commit is contained in:
wangsongsole 2022-10-17 17:36:48 +08:00
parent db81c92fda
commit 921cc96581
1 changed files with 2 additions and 1 deletions

View File

@ -525,7 +525,8 @@ export default class acclist extends React.Component {
</span>
)}
{rowData.old_status == -1 ? (
{[-1, 7].includes(rowData.status) &&
rowData.old_status == -1 ? (
<span
className='grid-link'
style={{ color: "red" }}