12345678910111213141516 |
- <?php
- return [
- 'Id' => 'ID',
- 'Title' => '服务单位',
- 'Mobile' => '电话',
- 'Address' => '地址',
- 'Longitude' => '经度',
- 'Latitude' => '纬度',
- 'Status' => '状态',
- 'Status 1' => '显示',
- 'Set status to 1'=> '设为显示',
- 'Status 0' => '隐藏',
- 'Set status to 0'=> '设为隐藏',
- 'Weigh' => '权重排序'
- ];
|