release/2.10.1.2402.01-个税

This commit is contained in:
黎永顺 2024-02-23 16:30:20 +08:00
parent 72b8c0e128
commit fbef758824
1 changed files with 7 additions and 1 deletions

View File

@ -103,8 +103,14 @@ class Index extends Component {
]}
>
<WeaTable rowKey="id" dataSource={dataSource} pagination={pagination} bordered
loading={loading} columns={columns} scroll={{ x: 1200, y: `calc(100vh - 170px)` }}
loading={loading} scroll={{ x: 1200, y: `calc(100vh - 170px)` }}
className="online-comparison-table"
columns={[
{ dataIndex: getLabel(25034, "姓名"), title: getLabel(25034, "姓名"), width: 150 },
{ dataIndex: getLabel(23787, "证件类型"), title: getLabel(23787, "证件类型"), width: 150 },
{ dataIndex: getLabel(1839, "证件号码"), title: getLabel(1839, "证件号码"), width: 180 },
...columns
]}
/>
</WeaTop>
);