{{ item.value }}
@@ -58,10 +54,6 @@
@@ -74,16 +66,16 @@
-
-
-
+
+
+
读写
只读
@@ -102,22 +94,29 @@
diff --git a/src/views/iot/thingmodel/dataSpecs/index.ts b/src/views/iot/thingmodel/dataSpecs/index.ts
new file mode 100644
index 0000000000000000000000000000000000000000..30151aea62ba1d0fc2d98f370418fada1d504fd7
--- /dev/null
+++ b/src/views/iot/thingmodel/dataSpecs/index.ts
@@ -0,0 +1,11 @@
+import ThingModelEnumDataSpecs from './ThingModelEnumDataSpecs.vue'
+import ThingModelNumberDataSpecs from './ThingModelNumberDataSpecs.vue'
+import ThingModelArrayDataSpecs from './ThingModelArrayDataSpecs.vue'
+import ThingModelStructDataSpecs from './ThingModelStructDataSpecs.vue'
+
+export {
+ ThingModelEnumDataSpecs,
+ ThingModelNumberDataSpecs,
+ ThingModelArrayDataSpecs,
+ ThingModelStructDataSpecs
+}
diff --git a/src/views/iot/thinkmodel/index.vue b/src/views/iot/thingmodel/index.vue
similarity index 89%
rename from src/views/iot/thinkmodel/index.vue
rename to src/views/iot/thingmodel/index.vue
index 71f0082a3599e5e3bf048a2ee8e0a3145addc99c..ed2fd7f7b9bd723eb3ef3ee609ac8949c2e13d33 100644
--- a/src/views/iot/thinkmodel/index.vue
+++ b/src/views/iot/thingmodel/index.vue
@@ -1,4 +1,3 @@
-
@@ -17,7 +16,7 @@
placeholder="请选择功能类型"
>
-
+
@@ -97,23 +96,23 @@
-
+