|
@@ -195,21 +195,21 @@ const ClientTabList = ({ clientId, software, updatePayload }) => {
|
|
|
<div className="pl-15px">
|
|
<div className="pl-15px">
|
|
|
<Tabs>
|
|
<Tabs>
|
|
|
<TabPane tab={<span>软件锁{renderBadge(software.total, true)}</span>} key="软件锁">
|
|
<TabPane tab={<span>软件锁{renderBadge(software.total, true)}</span>} key="软件锁">
|
|
|
- <div className="sheet-right-panel">
|
|
|
|
|
- <ProTable
|
|
|
|
|
- columns={columns}
|
|
|
|
|
- search={false}
|
|
|
|
|
- toolBarRender={false}
|
|
|
|
|
- params={state.params}
|
|
|
|
|
- rowKey={record => record.id}
|
|
|
|
|
- dataSource={software.longle}
|
|
|
|
|
- pagination={false}
|
|
|
|
|
- scroll={{ y: clientHeight }}
|
|
|
|
|
- />
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <ProTable
|
|
|
|
|
+ className="sheet-right-panel"
|
|
|
|
|
+ columns={columns}
|
|
|
|
|
+ search={false}
|
|
|
|
|
+ toolBarRender={false}
|
|
|
|
|
+ params={state.params}
|
|
|
|
|
+ rowKey={record => record.id}
|
|
|
|
|
+ dataSource={software.longle}
|
|
|
|
|
+ pagination={false}
|
|
|
|
|
+ scroll={{ y: clientHeight }}
|
|
|
|
|
+ />
|
|
|
</TabPane>
|
|
</TabPane>
|
|
|
<TabPane tab="云版">
|
|
<TabPane tab="云版">
|
|
|
<ProTable
|
|
<ProTable
|
|
|
|
|
+ className="sheet-right-panel"
|
|
|
columns={cloudColumns}
|
|
columns={cloudColumns}
|
|
|
search={false}
|
|
search={false}
|
|
|
toolBarRender={false}
|
|
toolBarRender={false}
|