diff --git a/src/views/device/Product/Detail/BasicInfo/indev.vue b/src/views/device/Product/Detail/BasicInfo/indev.vue index 582cb591..6ef5107f 100644 --- a/src/views/device/Product/Detail/BasicInfo/indev.vue +++ b/src/views/device/Product/Detail/BasicInfo/indev.vue @@ -23,8 +23,8 @@ {{ - productStore.current.transportProtocol - ? productStore.current.transportProtocol + productStore.current.accessName + ? productStore.current.accessName : '配置接入方式' }} diff --git a/src/views/device/Product/Detail/DeviceAccess/index.vue b/src/views/device/Product/Detail/DeviceAccess/index.vue index 471f81f4..014243f3 100644 --- a/src/views/device/Product/Detail/DeviceAccess/index.vue +++ b/src/views/device/Product/Detail/DeviceAccess/index.vue @@ -1,24 +1,30 @@ - + - + - - 请先选择 + 请先选择设备接入网关,用以提供设备接入能力 暂无权限,请联系管理员 - + - - + + - - 更换更换 - + @@ -71,13 +77,13 @@ v-for="item in access?.channelInfo?.addresses" :key="item.address" > - - + {{ '暂无连接信息' }} @@ -88,95 +94,100 @@ class="config" > - - + - - - + + + - - - - - {{ el.text }} - - - - - + {{ el.text }} + + + + - - + - - - + + - {{ item.name }}{{ item.name }} - - - - 保存 - - + + + 保存 + + @@ -191,7 +202,7 @@ : 'URL信息' }} - - {{ text }} - + {{ getStream(record) }} @@ -218,45 +229,45 @@ - {{ text }} - + - {{ text }} - + - {{ text }} - + - + - - + + - + - - - 新增新增 @@ -314,22 +325,35 @@ - - {{ slotProps.name }} - - - + + + {{ slotProps.name }} + + + + - 设备类型 + {{ slotProps.channelInfo?.name }} - 直连设备 - - + + {{ + slotProps.channelInfo?.addresses + ? slotProps.channelInfo + ?.addresses[0].address + : '' + }} + + + + 协议 + {{ slotProps.protocolDetail?.name }} + + - @@ -338,13 +362,13 @@ {{ slotProps.id }} - +