custom/网联清算有限公司(0401)
This commit is contained in:
parent
f6f1e9dd03
commit
62300a9f3d
|
|
@ -42,7 +42,7 @@ export default class GenerateDeclarationDetail extends React.Component {
|
||||||
const { columns, list: dataSource, pageNum: current, pageSize, total } = data;
|
const { columns, list: dataSource, pageNum: current, pageSize, total } = data;
|
||||||
this.setState({
|
this.setState({
|
||||||
dataSource, pageInfo: { ...pageInfo, current, pageSize, total },
|
dataSource, pageInfo: { ...pageInfo, current, pageSize, total },
|
||||||
columns: _.map(_.filter(columns, it => it.dataIndex !== "jobNum"), item => {
|
columns: _.map(columns, item => {
|
||||||
if (item.dataIndex === "username") {
|
if (item.dataIndex === "username") {
|
||||||
return {
|
return {
|
||||||
...item, width: 180,
|
...item, width: 180,
|
||||||
|
|
@ -109,4 +109,4 @@ export default class GenerateDeclarationDetail extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
</WeaTop>);
|
</WeaTop>);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue