parent
722e0b39db
commit
7fc3c7538c
|
|
@ -315,7 +315,7 @@ const AntdTableColumns2: FC<ITableProps> = (props) => {
|
|||
return <span className={styles.contentSpan}>
|
||||
<span title={text} className={styles.contentTitle}>{text}</span>
|
||||
{
|
||||
child.lockStatus === "LOCK" ? <LockOutlined title="锁定的项目值"/> : null
|
||||
grandSon.lockStatus === "LOCK" ? <LockOutlined title="锁定的项目值"/> : null
|
||||
}
|
||||
</span>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue