store-manage/lang/zh_CN/employee_sign_log.php

16 lines
359 B
PHP

<?php
return [
'id' => 'ID',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'store_id' => '门店',
'employee_id' => '员工',
'sign_type' => '打卡类型',
'sign_time' => '上班/下班',
'time' => '打卡时间',
'remarks' => '事由',
'position' => '位置',
'is_repair' => '是否补卡',
];