12345678910111213141516171819 |
- <?php
- return [
- 'labels' => [
- 'CourseHole' => '球洞列表',
- 'course-hole' => '球洞列表',
- ],
- 'fields' => [
- 'sort' => '球洞序号',
- 'course_id' => '球场 id',
- 'par' => '标准杆',
- 'difficulty' => '难度',
- 'gold_dis' => '金台距离',
- 'blue_dis' => '蓝台距离',
- 'white_dis' => '白台距离',
- 'red_dis' => '红台距离',
- ],
- 'options' => [
- ],
- ];
|