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

16 lines
328 B

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