showroom.php 275 B

1234567891011121314
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Showroom' => 'Showroom',
  5. 'showroom' => 'Showroom',
  6. ],
  7. 'fields' => [
  8. 'name' => '名称',
  9. 'sort' => '排序(越大越靠前)',
  10. 'is_opened' => '是否启用',
  11. ],
  12. 'options' => [
  13. ],
  14. ];