链街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.

20 lines
469 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'CouponSetting' => '领取方式',
  5. 'couponSetting' => '领取方式',
  6. 'coupon_setting' => '领取方式',
  7. ],
  8. 'fields' => [
  9. 'name' => '名称',
  10. 'category' => '分类',
  11. 'category_text' => '分类',
  12. 'value' => '值',
  13. 'desc' => '描述',
  14. 'sort' => '排序',
  15. 'status' => '状态',
  16. 'status_text' => '状态',
  17. ],
  18. 'options' => [
  19. ],
  20. ];