员工姓名:
{{ detailData.EmployeeName || '无' }}
员工账号:
{{ detailData.EmployeeAccount || '无' }}
核算岗位:
{{ detailData.Position || '无' }}
经理类型:
{{ detailData.ManagerType === 1 ? '总经理' : '经理' }}
统计月份:
{{ detailData.StatisticsMonth || '无' }}
是否离职:
{{ detailData.IsTerminated === 1 ? '已离职' : '在职' }}