reservoirlist.php
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
return [
'Name' => '名称',
'Thumbnail_images' => '缩略图',
'General_view_picture' => '坝体一览图',
'Rain_bg_image' => '雨水情大屏背景图',
'Desc' => '简介',
'Address' => '地址',
'Lat' => '纬度',
'Lng' => '经度',
'User_id' => '负责人',
'User_mobile' => '负责人联系电话',
'Province_id' => '省',
'State_id' => '州',
'County_id' => '县/市',
'Under' => '总库容量',
'Buildtime' => '始建时间',
'Completetime' => '建成时间',
'Reconstructiontime' => '改建时间',
'Construction_unit' => '建设单位',
'Design_unit' => '设计单位',
'Probation_unit' => '试工单位',
'Investment' => '水库投资',
'Reservoir_level' => '水库等级',
'Main_function' => '主要功能',
'User.username' => '用户名',
'Reservoircounty.name' => '名称',
'Reservoirstate.name' => '名称',
'Reservoirprovince.name' => '名称',
"Depart_name" => "所属部门",
"Normal_water_level" => "正常水位",
"Warning_water_level" => "警戒水位",
"Dead_water_level" => "死水位",
"Bottom_elevation" => "坝底高程",
"Crest_elevation" => "坝顶高程",
"Check_water_level" => "校核洪水位",
"Design_water_level" => "设计洪水位",
"Dam_height" => "坝高",
];