product-spec.php 344 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'ProductSpec' => 'ProductSpec',
  5. 'product-spec' => 'ProductSpec',
  6. ],
  7. 'fields' => [
  8. 'group_id' => '分组ID',
  9. 'name' => '名称',
  10. 'cover_img' => '封面图',
  11. 'origin_price' => '原价',
  12. 'sale_price' => '现价',
  13. ],
  14. 'options' => [
  15. ],
  16. ];