海南旅游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
322 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Slide' => '轮播图',
  5. 'slide' => '轮播图',
  6. ],
  7. 'fields' => [
  8. 'title' => '图片说明',
  9. 'url' => '图片地址',
  10. 'status' => '状态',
  11. 'agent_id' => '代理商ID',
  12. 'sort' => '排序',
  13. ],
  14. 'options' => [
  15. ],
  16. ];