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

6 years ago
6 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'ImsCjdcStore' => '店铺',
  5. 'stores'=>'商户'
  6. ],
  7. 'fields' => [
  8. 'name' => '商家名称',
  9. 'tel' => '电话',
  10. 'is_rest' => '是否休息(1 是 2否)',
  11. 'img' => '商家图片',
  12. 'start_at' => '起送价',
  13. 'freight' => '配送费',
  14. 'award_money' => '奖励总额',
  15. ],
  16. 'options' => [
  17. ],
  18. ];