{{user['name']}}
所属部门
{%if orgnization != ''%}{% for name in orgnization %}{{name}} {% endfor %}{%endif%}
岗位
{%if position != ""%}{% for name in position %}{{name}} {% endfor %}{%endif%}
今日完成任务
{{complete['day']}}本周完成任务
{{complete['week']}}本月完成任务
{{complete['month']}}联系方式
技能
ta的上级:
{% if superior != null %} {% for sir in superior %} {% endfor %} {% else %}ta的下级:
{% if junior != null %} {% for sir in junior %} {% endfor %} {% else %}