Commit 9f5a3742 by zhaochengxiang

屏蔽关联关系

parent eda21212
...@@ -445,7 +445,7 @@ const AssetAction = (props) => { ...@@ -445,7 +445,7 @@ const AssetAction = (props) => {
} }
</AppContext.Consumer> </AppContext.Consumer>
</Descriptions.Item> </Descriptions.Item>
<Descriptions.Item {/* <Descriptions.Item
label={<div className='title-text' style={{ textAlign: 'right', width: 60 }}>关联关系</div>} label={<div className='title-text' style={{ textAlign: 'right', width: 60 }}>关联关系</div>}
style={{ paddingBottom: 0 }} style={{ paddingBottom: 0 }}
> >
...@@ -458,7 +458,7 @@ const AssetAction = (props) => { ...@@ -458,7 +458,7 @@ const AssetAction = (props) => {
}) })
} }
</div> </div>
</Descriptions.Item> </Descriptions.Item> */}
</Descriptions> </Descriptions>
</div> </div>
{ {
......
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