|
|
@ -83,6 +83,7 @@ const index: FunctionComponent<Props> = (props) => {
|
|
|
|
<span className={styles.contentSpan}>
|
|
|
|
<span className={styles.contentSpan}>
|
|
|
|
<span title={text} className={styles.contentTitle}>{text}</span>
|
|
|
|
<span title={text} className={styles.contentTitle}>{text}</span>
|
|
|
|
<Icon type="icon-piliangfenpei" title={i18n["查看拓扑图"]}
|
|
|
|
<Icon type="icon-piliangfenpei" title={i18n["查看拓扑图"]}
|
|
|
|
|
|
|
|
className={styles.diagramIcon}
|
|
|
|
onClick={() => handleDiagramTd(item?.dataIndex, record?.id)}
|
|
|
|
onClick={() => handleDiagramTd(item?.dataIndex, record?.id)}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
{
|
|
|
|
{
|
|
|
|