Commit 55f0584f authored by jingnan's avatar jingnan 👀

试验界面两个按钮bug修改

parent 9912d904
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
}, },
icon: '/icons/b-inspection.png', icon: '/icons/b-inspection.png',
showFun: (row) => { showFun: (row) => {
return (row.subTypeName === 'InStoragePurchaseItem' || row.subTypeName === 'InStorageRecallItem') && (row.state === 'Check_Result_Maintain' || row.state === 'In_Confirm') return (row.subTypeName === 'InStoragePurchaseItem' || row.subTypeName === 'InStorageRecallItem') && (row.state === 'Material_Check' || row.state === 'In_Confirm')
} }
} }
] ]
......
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