displacement.php
707 字节
<?php
return [
'Number' => '设备编号',
'Status' => '设备状态',
'Status 0' => '启用',
'Status 1' => '停用',
'Warning' => '设备预警',
'Warning 0' => '正常',
'Warning 1' => '异常',
'Actual' => '实际值(mm)',
'Predictive' => '预测值(mm)',
'Vertical' => 'Z垂直位移(mm)',
'Horizontal' => 'X水平位移(mm)',
'HorizontalY' => 'Y水平位移(mm)',
'Risk' => '病险影响度',
'Createtime' => '采集时间',
'Reservoir_id' => '水库',
'Reservoirlist.name' => '名称'
];