import React from 'react'; import { WeaLocaleProvider } from 'ecCom'; import { addContentPath } from '../../util/pathUtil'; const getLabel = WeaLocaleProvider.getLabel; import Header from './Common/header'; export default class Content_addWF extends React.Component { render() { const { data = {}, eid } = this.props; const { moreLocal, iconMore } = data; const tr = ( ); const tr1 = ( {getLabel(387822, '曾东平')} {66666666666} ); return (
{getLabel(24515, '最近') } {getLabel(18511, '同部门') } {getLabel(15089, '我的下属') }
{tr1}{tr}{tr1}{tr}{tr1}{tr}{tr1}{tr}{tr1}
{moreLocal == 'footer' ? : ''}
); } }