-
-
{{item.text}}
+
@@ -26,7 +32,11 @@
@@ -36,58 +46,146 @@
\ No newline at end of file
diff --git a/src/views/device/Instance/Detail/Modbus/index.vue b/src/views/device/Instance/Detail/Modbus/index.vue
new file mode 100644
index 00000000..78c4f085
--- /dev/null
+++ b/src/views/device/Instance/Detail/Modbus/index.vue
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/device/Instance/Detail/OPCUA/index.vue b/src/views/device/Instance/Detail/OPCUA/index.vue
new file mode 100644
index 00000000..73af067d
--- /dev/null
+++ b/src/views/device/Instance/Detail/OPCUA/index.vue
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/device/Instance/Detail/Running/Property/PropertyCard.vue b/src/views/device/Instance/Detail/Running/Property/PropertyCard.vue
index 343cb6ef..220765b2 100644
--- a/src/views/device/Instance/Detail/Running/Property/PropertyCard.vue
+++ b/src/views/device/Instance/Detail/Running/Property/PropertyCard.vue
@@ -24,7 +24,7 @@
更新时间
diff --git a/src/views/device/Instance/Detail/Running/Property/ValueDetail.vue b/src/views/device/Instance/Detail/Running/Property/ValueDetail.vue
new file mode 100644
index 00000000..d6fbb976
--- /dev/null
+++ b/src/views/device/Instance/Detail/Running/Property/ValueDetail.vue
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/device/Instance/Detail/Running/Property/ValueRender.vue b/src/views/device/Instance/Detail/Running/Property/ValueRender.vue
index 0f8cb129..dd28f2cf 100644
--- a/src/views/device/Instance/Detail/Running/Property/ValueRender.vue
+++ b/src/views/device/Instance/Detail/Running/Property/ValueRender.vue
@@ -1,11 +1,58 @@
- {{value?.value || '--'}}
+
--
+
+
+
+
![]()
+
+
+
![]()
+
+
+
+
![]()
+
+
+
+
+
![]()
+
+
+
+
+
![]()
+
+
+
+
+
![]()
+
+
+
+
+
![]()
+
+
+
+
+
+
![]()
+
+
+ {{JSON.stringify(value?.formatValue)}}
+
+
+ {{String(value?.formatValue)}}
+
+
\ No newline at end of file
diff --git a/src/views/device/Instance/Detail/components/EditTable/index.vue b/src/views/device/Instance/Detail/components/EditTable/index.vue
new file mode 100644
index 00000000..5bae38da
--- /dev/null
+++ b/src/views/device/Instance/Detail/components/EditTable/index.vue
@@ -0,0 +1,289 @@
+
+
+
+
+
+ 批量映射
+ 保存
+
+
+
+
+
+
+ 采集器
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/device/Instance/Detail/components/MSelect.vue b/src/views/device/Instance/Detail/components/MSelect.vue
new file mode 100644
index 00000000..622d5a2f
--- /dev/null
+++ b/src/views/device/Instance/Detail/components/MSelect.vue
@@ -0,0 +1,113 @@
+
+
+ {{ item.name }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/device/Instance/Detail/index.vue b/src/views/device/Instance/Detail/index.vue
index f6a56de3..2d33e6ba 100644
--- a/src/views/device/Instance/Detail/index.vue
+++ b/src/views/device/Instance/Detail/index.vue
@@ -1,146 +1,261 @@
-
+
-
-
{{instanceStore.current.name}}
+
+
{{ instanceStore.current.name }}
-
-
+
+
启用设备
-
+
断开连接
-
-
+
+
- {{ instanceStore.current.id }}
+ {{
+ instanceStore.current.id
+ }}
- {{ instanceStore.current.productName }}
+ {{
+ instanceStore.current.productName
+ }}
-
+
-
+
\ No newline at end of file