feature/2.9.42310.01-薪资项目拓扑图

中江薪资核算列表表头修改
release/2.19.1.2503.01-业务线个税
黎永顺 2 years ago
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…
Cancel
Save