You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
496 B
20 lines
496 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'LanzuEmployees' => '懒族员工',
|
|
'lanzuEmployees' => '懒族员工',
|
|
'lanzu_employees' => '懒族员工',
|
|
'employees' => '懒族员工',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户懒ID',
|
|
'store_id' => '店铺',
|
|
'market_id' => '服务站',
|
|
'position' => '职位',
|
|
'status' => '状态',
|
|
'status_text' => '状态',
|
|
'note' => '备注',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|