store-manage/lang/zh_CN/employee_promotion.php

25 lines
654 B
PHP

<?php
return [
'id' => 'ID',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'store_id' => '门店',
'employee_id' => '申请人',
'invitor_id' => '推荐人',
'job_id' => '申请职位',
'promotion_status' => '状态',
'employee_data' => '资料',
'remarks' => '备注',
'age' => '年龄',
'sex' => '性别',
'education' => '学历',
'first_work_time' => '首次参加工作时间',
'work_years' => '工作年限',
'work_years_in_company' => '本公司工作年限',
'comment_self' => '自我评价',
'plans' => '未来计划',
'reason' => '推荐理由',
];