|
@ -682,7 +682,7 @@ const Rest = (props) => { |
|
|
试用期: |
|
|
试用期: |
|
|
</div> |
|
|
</div> |
|
|
<div style={{ color: '#4A4A4A', fontSize: 13 }}> |
|
|
<div style={{ color: '#4A4A4A', fontSize: 13 }}> |
|
|
{pepObj.regularDate ? moment(pepObj.regularDate).diff(pepObj.hiredate, 'months', true) + '个月' : '暂无'} |
|
|
{pepObj.regularDate ? moment(pepObj.regularDate).diff(pepObj.hiredate, 'months', true).toFixed(1) + '个月' : '暂无'} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
{ |
|
|
{ |
|
@ -701,7 +701,7 @@ const Rest = (props) => { |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div style={{ borderRight: '1px solid #DCDEE0', margin: '-16px 0px -20px 0px' }}></div> |
|
|
<div style={{ borderRight: '1px solid #DCDEE0', margin: '-16px 0px -20px 0px' }}></div> |
|
|
<div style={{ marginLeft: 30, marginTop: 8, paddingRight: 30 }}> |
|
|
<div style={{ marginLeft: 30, marginTop: 8, paddingRight: 30, width: '38%' }}> |
|
|
<div style={{ color: '#4A4A4A', fontSize: 14 }}> |
|
|
<div style={{ color: '#4A4A4A', fontSize: 14 }}> |
|
|
他/她的历史工作经历与职务 |
|
|
他/她的历史工作经历与职务 |
|
|
</div> |
|
|
</div> |
|
|