链街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.

20 lines
498 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. 'market_id' => '服务站',
  13. 'role' => '用户角色',
  14. 'status' => '状态',
  15. 'status_text' => '状态',
  16. 'note' => '备注',
  17. ],
  18. 'options' => [
  19. ],
  20. ];