海南旅游SAAS
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.

16 lines
319 B

4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Channel' => '频道',
  5. 'channel' => '频道',
  6. ],
  7. 'fields' => [
  8. 'agent_id' => '代理商ID',
  9. 'icon' => '频道图标',
  10. 'name' => '频道名称',
  11. 'pid' => '父级ID',
  12. 'sort' => '排序',
  13. ],
  14. 'options' => [
  15. ],
  16. ];