PCqiandao
杨树林 5 years ago
parent 47ea9d4c31
commit 1c3b0473a9

@ -181,6 +181,20 @@ class Detailss extends Component {
</div>
</div>
{
defaultActiveKey === "1" ?
item && item.mode === "NUMBER" ?
<div style={{
overflow: 'hidden',
height: "1px",
width: "1px"
}}>
<input id={"file_path" + 1} className="file_path_input" value={item&&item.code}/>
</div>
:""
:
""
}
</div>
</React.Fragment>

Loading…
Cancel
Save