@@ -91,13 +91,13 @@ class Staff extends Api
}
$list = db('人员_基本资料')
->field('
- staff_no as 编号,
- staff_name as 姓名,
+ staff_no as 员工编号,
+ staff_name as 员工姓名,
gender as 性别,
team_id,
- team_name as 小组名称,
+ team_name as 所在小组,
big_process as 生产工序,
- position as 职位,
+ position as 职称职务,
dept_name as 所在部门,
status as 状态,
sys_rq as 创建日期,