中江薪资核算列表表头修改
@ -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>;
};