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

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