|
|
|
@ -212,8 +212,8 @@ const App = (props) => {
|
|
|
|
|
sorter: (a, b) => a.cost_time - b.cost_time
|
|
|
|
|
}
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
useEffect(() => {
|
|
|
|
|
changeParams({
|
|
|
|
|
page: 1,
|
|
|
|
@ -307,7 +307,7 @@ const App = (props) => {
|
|
|
|
|
fetchData={handleFetchData}
|
|
|
|
|
/>
|
|
|
|
|
</TabPane>
|
|
|
|
|
<TabPane tab="实际使用情况" key="2">
|
|
|
|
|
<TabPane tab="实训使用情况" key="2">
|
|
|
|
|
<DisplayTableData
|
|
|
|
|
columns={sxColumns}
|
|
|
|
|
datas={other_info}
|
|
|
|
@ -315,7 +315,7 @@ const App = (props) => {
|
|
|
|
|
fetchData={handleFetchData}
|
|
|
|
|
/>
|
|
|
|
|
</TabPane>
|
|
|
|
|
<TabPane tab="学习情况" key="3">
|
|
|
|
|
<TabPane tab="学员学习情况" key="3">
|
|
|
|
|
<DisplayTableData
|
|
|
|
|
columns={stColumns}
|
|
|
|
|
datas={other_info}
|
|
|
|
@ -339,7 +339,7 @@ const mapStateToProps = (state) => {
|
|
|
|
|
other_info,
|
|
|
|
|
total,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const mapDispatchToProps = (dispatch) => ({
|
|
|
|
|