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

14 lines
261 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'couponTie' => '活动绑定',
  5. ],
  6. 'fields' => [
  7. 'activity' => '活动',
  8. 'forward' => '领券ids',
  9. 'repay' => '返券id',
  10. ],
  11. 'options' => [
  12. 'actions' => '操作'
  13. ],
  14. ];