feature/2.9.42310.01-薪资项目拓扑图
This commit is contained in:
parent
20c9897d06
commit
5a37144950
|
|
@ -86,10 +86,13 @@ const index: FunctionComponent<Props> = (props) => {
|
|||
render: (text: string, record: any) => (
|
||||
<span className={styles.contentSpan}>
|
||||
<span title={text} className={styles.contentTitle}>{text}</span>
|
||||
{
|
||||
(item.lockStatus === "LOCK" || record.lockStatus === "LOCK") ?
|
||||
<Icon type="icon-piliangfenpei" title={i18n["查看拓扑图"]}
|
||||
className={styles.diagramIcon}
|
||||
onClick={() => handleDiagramTd(item?.dataIndex, record?.id)}
|
||||
/>
|
||||
/> : null
|
||||
}
|
||||
{
|
||||
(item.lockStatus === "LOCK" || record.lockStatus === "LOCK") ?
|
||||
<LockOutlined title={i18n["锁定的项目值"]}/> : null
|
||||
|
|
|
|||
Loading…
Reference in New Issue