链街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
576 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'ServicePersonnel' => '服务站专员',
  5. 'servicePersonnel' => '服务站专员',
  6. 'service_personnel' => '服务站专员',
  7. ],
  8. 'fields' => [
  9. 'user_id' => '服务专员懒ID',
  10. 'name' => '姓名',
  11. 'tel' => '电话',
  12. 'market_id' => '所属市场',
  13. 'type' => '类型',
  14. 'type_text' => '类型',
  15. 'status' => '状态',
  16. 'status_text' => '状态',
  17. 'qr_url' => '专员二维码',
  18. 'head_url' => '头像',
  19. ],
  20. 'options' => [
  21. ],
  22. ];