|
|
@ -531,17 +531,6 @@ export default class DrawerComponents extends React.Component {
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{i18n.close[language]}
|
|
|
|
{i18n.close[language]}
|
|
|
|
</Button>,
|
|
|
|
</Button>,
|
|
|
|
<Button
|
|
|
|
|
|
|
|
type="primary"
|
|
|
|
|
|
|
|
onClick={() =>
|
|
|
|
|
|
|
|
window.open(
|
|
|
|
|
|
|
|
`/spa/hrm/index_mobx.html#/main/hrm/card/cardInfo/${personId}`,
|
|
|
|
|
|
|
|
'_blank',
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
{i18n.employeeInfo[language]}
|
|
|
|
|
|
|
|
</Button>,
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div style={{ whiteSpace: 'pre-line' }}>{jobResponsibility}</div>
|
|
|
|
<div style={{ whiteSpace: 'pre-line' }}>{jobResponsibility}</div>
|
|
|
|