Commit 2e237b08 by zhaochengxiang

bug fix

parent aee802ca
......@@ -470,7 +470,7 @@ export const ImportActionTable = (props) => {
{ standands?.map(item => <div key={item.standardId}><a onClick={() => { window.open(`/center-home/menu/datastandard?id=${item?.standardId}&timestamp=${timestamp}`); }}>{item.standardCnName}</a></div>) }
</div>}
>
<Tag size='small'>标</Tag>
<Tag>标</Tag>
</Tooltip> }
</React.Fragment>
)
......
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