|
@@ -46,6 +46,7 @@
|
|
|
</a-descriptions-item>
|
|
</a-descriptions-item>
|
|
|
<a-descriptions-item label="注册时间">{{ dayjs(state.deviceDetail?.createAt).format('YYYY-MM-DD HH:mm:ss') }}</a-descriptions-item>
|
|
<a-descriptions-item label="注册时间">{{ dayjs(state.deviceDetail?.createAt).format('YYYY-MM-DD HH:mm:ss') }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="节点类型">{{ state.deviceDetail?.deviceNodeType === 'GATEWAY' ? '直连' : '非直连'}}</a-descriptions-item>
|
|
<a-descriptions-item label="节点类型">{{ state.deviceDetail?.deviceNodeType === 'GATEWAY' ? '直连' : '非直连'}}</a-descriptions-item>
|
|
|
|
|
+ <a-descriptions-item label="设备所在地址">{{ state.deviceDetail?.deviceAddr}}</a-descriptions-item>
|
|
|
</a-descriptions>
|
|
</a-descriptions>
|
|
|
|
|
|
|
|
<a-row justify="space-between" align="middle" style="width: 100%;height: 68px; margin-bottom: 10px;" class="title">
|
|
<a-row justify="space-between" align="middle" style="width: 100%;height: 68px; margin-bottom: 10px;" class="title">
|