12345678910111213141516 |
- <?php
- return [
- 'labels' => [
- 'ProductSpec' => 'ProductSpec',
- 'product-spec' => 'ProductSpec',
- ],
- 'fields' => [
- 'group_id' => '分组ID',
- 'name' => '名称',
- 'cover_img' => '封面图',
- 'origin_price' => '原价',
- 'sale_price' => '现价',
- ],
- 'options' => [
- ],
- ];
|