|
|
@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react'
|
|
|
import { Row, Col } from 'antd'
|
|
|
import consts from '@/consts'
|
|
|
import { apiStaffDetail } from '@/services/staff'
|
|
|
-import Detail from './StaffDetail'
|
|
|
+import StaffDetail from './StaffDetail'
|
|
|
import TabList from './TabList'
|
|
|
import LowerList from './LowerList'
|
|
|
import { connect } from 'dva'
|
|
|
@@ -41,7 +41,7 @@ const SoftwareDetail = props => {
|
|
|
<Row>
|
|
|
<Col span={12} className="sheet-box-left">
|
|
|
<div className="sheet-left-panel pr-4">
|
|
|
- <Detail longle={state.staff} />
|
|
|
+ <StaffDetail staff={state.staff} />
|
|
|
</div>
|
|
|
</Col>
|
|
|
<Col span={12} className="sheet-box-right">
|