release/2.19.1.2501.01-个税

This commit is contained in:
lys 2025-04-01 11:28:41 +08:00
parent 41a6afdb40
commit cfe8117bbf
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class Index extends Component {
return _.map(_.filter(toJS(declareTableStore.columns), (item) => (item.display === "true" && showColumns.includes(item["dataIndex"]))), o => ({
dataIndex: o.dataIndex, title: o.title, width: 150,
render: (text, record) => {
if (!record[o["dataIndex"]]) return <span/>;
return Object.prototype.toString.call(record[o["dataIndex"]]) === "[object String]" ? <span>{text}</span> :
<div className="comparison-column-item-container">
<div className="comparison-single-row">