修改状态
This commit is contained in:
parent
6a5b404875
commit
2e456a6b1d
@ -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={{
|
||||||
|
Loading…
Reference in New Issue
Block a user