feature/2.9.42310.02-社保福利档案页面重构

This commit is contained in:
黎永顺 2023-11-01 09:10:28 +08:00
parent c068959e73
commit b2dda3a728
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
*/
import React, { Component } from "react";
import { WeaLocaleProvider, WeaTable } from "ecCom";
import {Table} from "antd"
import { inject, observer } from "mobx-react";
import { getExtTable, queryList } from "../../../../../apis/welfareArchive";
@ -91,7 +92,7 @@ class Index extends Component {
onChange: (selectedRowKeys) => this.setState({ selectedRowKeys })
};
return (
<WeaTable
<Table
dataSource={dataSource} pagination={pagination} loading={loading}
scroll={{ x: 1200, y: `calc(100vh - 220px)` }}
columns={[...columns, {