修改状态

This commit is contained in:
lyp 2025-06-04 10:31:56 +08:00
parent 6a5b404875
commit 2e456a6b1d

View File

@ -594,7 +594,7 @@ export default function ProductRelease() {
<Button className='goodsBtn' type="primary" style={{ <Button className='goodsBtn' type="primary" style={{
width: '80px', width: '80px',
background:'rgb(248, 97, 97)', background:'rgb(248, 97, 97)',
display: item.goodsStatus == '0' || item.goodsOrderStatus == '3' ? 'none' : 'unset' display: item.goodsStatus == '0' || item.goodsOrderStatus == '3'|| item.goodsOrderStatus == '4' ? 'none' : 'unset'
}} }}
onClick={() => off(item)}></Button> onClick={() => off(item)}></Button>
<div className='goodsBtnIng' style={{ <div className='goodsBtnIng' style={{