diff --git a/web/src/views/client/index.vue b/web/src/views/client/index.vue
index abd8885..a9bd464 100644
--- a/web/src/views/client/index.vue
+++ b/web/src/views/client/index.vue
@@ -85,14 +85,14 @@
{{ cip }}
-
-
- -
-
-
- {{ aip }}
-
-
+
+
+
+
+
+
+
+
{{ row.createUser }}
@@ -106,7 +106,7 @@
禁用
-
+
启用
@@ -114,12 +114,12 @@
禁用
-
-
- 创建时间: {{ row.createdAt }}
- 更新时间: {{ row.updatedAt }}
-
-
+
+
+
+
+
+
@@ -228,12 +228,18 @@
禁用
-
+
启用
禁用
+
+
+ 创建时间: {{ editModalForm.createdAt }}
+ 更新时间: {{ editModalForm.updatedAt }}
+
+
确认
@@ -319,7 +325,7 @@
禁用
-
+
启用
禁用
@@ -440,7 +446,9 @@ const editModalForm = ref({
presharedKey: ''
},
enabled: 1,
- offlineMonitoring: 1
+ offlineMonitoring: 1,
+ createdAt: '',
+ updatedAt: ''
})
// 添加模态框的数据集
@@ -576,6 +584,8 @@ function openEditModal(row) {
editModalForm.value.keys.presharedKey = row.keys.presharedKey
editModalForm.value.enabled = row.enabled
editModalForm.value.offlineMonitoring = row.offlineMonitoring
+ editModalForm.value.createdAt = row.createdAt
+ editModalForm.value.updatedAt = row.updatedAt
}
// 更改客户端信息