|
@@ -4,7 +4,7 @@
|
|
|
<div style="width:90%; height: 90%; margin: 4vh">
|
|
<div style="width:90%; height: 90%; margin: 4vh">
|
|
|
<a-layout style="height: 20%; margin-top: 3vh; background-color: white; ">
|
|
<a-layout style="height: 20%; margin-top: 3vh; background-color: white; ">
|
|
|
<a-layout-sider width="25%" theme="light" align="center">
|
|
<a-layout-sider width="25%" theme="light" align="center">
|
|
|
- <a-avatar :size="60" :src="cloudapi">
|
|
|
|
|
|
|
+ <a-avatar :size="60" :src="jkIcon">
|
|
|
</a-avatar>
|
|
</a-avatar>
|
|
|
</a-layout-sider>
|
|
</a-layout-sider>
|
|
|
<a-layout-content style="margin-left: 1vw;">
|
|
<a-layout-content style="margin-left: 1vw;">
|
|
@@ -79,7 +79,7 @@
|
|
|
<a-row style="border-bottom: 1px solid #f4f8f9; height: 45px;" align="middle"
|
|
<a-row style="border-bottom: 1px solid #f4f8f9; height: 45px;" align="middle"
|
|
|
v-if="device.data.online_status && device.data.sn">
|
|
v-if="device.data.online_status && device.data.sn">
|
|
|
<a-col :span="1"></a-col>
|
|
<a-col :span="1"></a-col>
|
|
|
- <a-col :span="9">Aircraft Sn</a-col>
|
|
|
|
|
|
|
+ <a-col :span="9">飞行器SN</a-col>
|
|
|
<a-col :span="13" class="flex-align-end flex-column">
|
|
<a-col :span="13" class="flex-align-end flex-column">
|
|
|
<span style="color: #737373">{{ device.data.sn }}</span>
|
|
<span style="color: #737373">{{ device.data.sn }}</span>
|
|
|
</a-col>
|
|
</a-col>
|
|
@@ -132,7 +132,7 @@ import { BindBody, bindDevice, getDeviceBySn, getPlatformInfo, getUserInfo, unbi
|
|
|
import apiPilot, { ApiParam, MapParam, ThingParam, WsParam } from '/@/api/pilot-bridge'
|
|
import apiPilot, { ApiParam, MapParam, ThingParam, WsParam } from '/@/api/pilot-bridge'
|
|
|
import { getRoot } from '/@/root'
|
|
import { getRoot } from '/@/root'
|
|
|
import { EBizCode, EComponentName, EDownloadOwner, ELocalStorageKey, ERouterName, EStatusValue } from '/@/types'
|
|
import { EBizCode, EComponentName, EDownloadOwner, ELocalStorageKey, ERouterName, EStatusValue } from '/@/types'
|
|
|
-import cloudapi from '/@/assets/icons/cloudapi.png'
|
|
|
|
|
|
|
+import jkIcon from '/@/assets/icons/jk_icon_white.svg'
|
|
|
import { RightOutlined, CloudSyncOutlined, SyncOutlined } from '@ant-design/icons-vue'
|
|
import { RightOutlined, CloudSyncOutlined, SyncOutlined } from '@ant-design/icons-vue'
|
|
|
import { useMyStore } from '/@/store'
|
|
import { useMyStore } from '/@/store'
|
|
|
import { DeviceStatus } from '/@/types/device'
|
|
import { DeviceStatus } from '/@/types/device'
|