链街Dcat后台
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.

22 lines
551 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'LanzuEmployees' => '懒族员工',
  5. 'lanzuEmployees' => '懒族员工',
  6. 'lanzu_employees' => '懒族员工',
  7. 'employees' => '懒族员工',
  8. ],
  9. 'fields' => [
  10. 'user_id' => '用户懒ID',
  11. 'store_id' => '店铺',
  12. 'name' => '姓名',
  13. 'tel' => '电话',
  14. 'market_id' => '服务站',
  15. 'position' => '职位',
  16. 'status' => '状态',
  17. 'status_text' => '状态',
  18. 'note' => '备注',
  19. ],
  20. 'options' => [
  21. ],
  22. ];