diff --git a/src/views/model/device/index.vue b/src/views/model/device/index.vue
index 5f7ed4a..1734383 100644
--- a/src/views/model/device/index.vue
+++ b/src/views/model/device/index.vue
@@ -609,7 +609,8 @@ function handleParams(row){
router.push({
path: path,
query: {
- deviceUuid: row.uuid
+ deviceUuid: row.uuid,
+ deviceCode: row.centerDeviceCode
}
});
}
diff --git a/src/views/model/params/index.vue b/src/views/model/params/index.vue
index 01e62e8..69b8c95 100644
--- a/src/views/model/params/index.vue
+++ b/src/views/model/params/index.vue
@@ -178,7 +178,11 @@
-
+
+
+ {{ getParamModelName(scope.row.paramModelId) }}
+
+
@@ -210,111 +214,129 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -329,10 +351,10 @@