Commit 7e122314 by zhaochengxiang

bug fix

parent ff4b64bd
...@@ -464,7 +464,8 @@ const PartialMatch = ({ item }) => { ...@@ -464,7 +464,8 @@ const PartialMatch = ({ item }) => {
}} }}
shouldRowContextMenu={(record) => { shouldRowContextMenu={(record) => {
setRightRow(record) setRightRow(record)
return true
return (record.modelStatusName==='已上线')?false:true
}} }}
menuData={['确认上线']} menuData={['确认上线']}
menuPermissions={['确认上线']} menuPermissions={['确认上线']}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment