release/2.10.1.2402.01-个税
This commit is contained in:
parent
72b8c0e128
commit
fbef758824
|
|
@ -103,8 +103,14 @@ class Index extends Component {
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<WeaTable rowKey="id" dataSource={dataSource} pagination={pagination} bordered
|
<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"
|
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>
|
</WeaTop>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue