|
|
|
@ -205,7 +205,7 @@ const index: FunctionComponent<Props> = (props) => {
|
|
|
|
|
<span title={text} className={styles.contentTitle} style={{ color: `${record?.[item.dataIndex + "_color"]}` }}>
|
|
|
|
|
{text}
|
|
|
|
|
</span>
|
|
|
|
|
<Icon type="icon-piliangfenpei" title={i18n["查看拓扑图"]} className={styles.diagramIcon} onClick={() => handleDiagramTd(item?.dataIndex, record?.id)} />
|
|
|
|
|
{!item.calcDetail && <Icon type="icon-piliangfenpei" title={i18n["查看拓扑图"]} className={styles.diagramIcon} onClick={() => handleDiagramTd(item?.dataIndex, record?.id)} />}
|
|
|
|
|
{record.lockItems && record.lockItems.includes(item.dataIndex) ? <LockOutlined title={item.i18n["锁定的项目值"]} /> : null}
|
|
|
|
|
{!_.isEmpty(record[`${item.dataIndex}_feedback`]) ? (
|
|
|
|
|
<Tooltip title={record[`${item.dataIndex}_feedback`]}>
|
|
|
|
|