|
@@ -69,11 +69,12 @@ const EnterpriseTabList = props => {
|
|
|
<div className="pl-15px">
|
|
<div className="pl-15px">
|
|
|
<Tabs>
|
|
<Tabs>
|
|
|
<TabPane tab={<span>授权定额</span>} key="1">
|
|
<TabPane tab={<span>授权定额</span>} key="1">
|
|
|
- <div className="sheet-right-panel" ref={tRef}>
|
|
|
|
|
|
|
+ <div className="sheet-right-panel">
|
|
|
<ProTable
|
|
<ProTable
|
|
|
size="small"
|
|
size="small"
|
|
|
columns={columns}
|
|
columns={columns}
|
|
|
search={false}
|
|
search={false}
|
|
|
|
|
+ actionRef={tRef}
|
|
|
toolBarRender={false}
|
|
toolBarRender={false}
|
|
|
// eslint-disable-next-line no-underscore-dangle
|
|
// eslint-disable-next-line no-underscore-dangle
|
|
|
rowKey={record => record._id}
|
|
rowKey={record => record._id}
|