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
16 lines
328 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'couponTie' => '活动绑定',
|
|
'coupon' => '活动绑定',
|
|
'TieForm' => '绑定',
|
|
],
|
|
'fields' => [
|
|
'activity' => '活动',
|
|
'forward' => '领券ids',
|
|
'repay' => '返券id',
|
|
],
|
|
'options' => [
|
|
'actions' => '操作'
|
|
],
|
|
];
|