feature/2.9.42310.02-社保福利档案页面重构
This commit is contained in:
parent
c068959e73
commit
b2dda3a728
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue