|
@@ -15,7 +15,7 @@ export default React.forwardRef((props, ref) => {
|
15
|
15
|
<Col span={8}>农机名称</Col>
|
16
|
16
|
<Col span={16}>
|
17
|
17
|
<Link
|
18
|
|
- to={`/Machinery/OperationStatistics/detail?machineryId=${data.machineryId}`}
|
|
18
|
+ to={`/iot/OperationStatistics/detail?machineryId=${data.machineryId}`}
|
19
|
19
|
target="_blank"
|
20
|
20
|
>
|
21
|
21
|
{data.machineryName || ''}
|
|
@@ -32,7 +32,7 @@ export default React.forwardRef((props, ref) => {
|
32
|
32
|
</Row>
|
33
|
33
|
<Row gutter={16}>
|
34
|
34
|
<Col span={8}>当前状态</Col>
|
35
|
|
- <Col span={16}>{data.onlineStatus === 1 ? '在线' : '下线'}</Col>
|
|
35
|
+ <Col span={16}>{data.onlineStatus === 1 ? '在线' : '离线'}</Col>
|
36
|
36
|
</Row>
|
37
|
37
|
<Row gutter={16}>
|
38
|
38
|
<Col span={8}>位置信息</Col>
|