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

18 lines
426 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'LanzuEmployees' => '懒族员工',
  5. 'lanzuEmployees' => '懒族员工',
  6. 'lanzu_employees' => '懒族员工',
  7. ],
  8. 'fields' => [
  9. 'user_id' => '用户懒ID',
  10. 'store_id' => '店铺',
  11. 'market_id' => '服务站ID',
  12. 'role' => '用户角色',
  13. 'status' => '状态',
  14. 'note' => '备注',
  15. ],
  16. 'options' => [
  17. ],
  18. ];