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

<?php
return [
'labels' => [
'CouponSetting' => '领取方式',
'couponSetting' => '领取方式',
'coupon_setting' => '领取方式',
],
'fields' => [
'name' => '名称',
'category' => '分类',
'category_text' => '分类',
'value' => '值',
'desc' => '描述',
'sort' => '排序',
'status' => '状态',
'status_text' => '状态',
],
'options' => [
],
];