@@ -64,6 +64,12 @@ export default {
created() {
},
methods: {
+ /** 查看详情 */
+ handleDetail: function(row) {
+ console.log("%c 🖍️: row ", "font-size:16px;background-color:#3c235b;color:white;", row)
+ const userId = row.pointerId
+ this.$router.push("/inMonitoring/devicesState-detail/detail/" + userId)
+ },
}
}
\ No newline at end of file
diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue
new file mode 100644
index 00000000..c6aeb13f
--- /dev/null
+++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue
@@ -0,0 +1,198 @@
+
+ + 设备型号: + 待开发 +
++ 设备级别: + 待开发 +
++ 设备版本: + 待开发 +
++ 设备类型: + 待开发 +
++ 生产商名称: + 待开发 +
++ 供货商名称: + 待开发 +
++ 出厂日期: + 待开发 +
++ 质保时间: + 待开发 +
++ 联系人: + 待开发 +
++ 联系电话: + 待开发 +
++ 带外IP管理: + 待开发 +
++ 安装位置: + 待开发 +
++ 安装日期: + 待开发 +
++ 服役年限: + 待开发 +
++ 管理员: + 待开发 +
++ 累计预警次数: + 待开发 +
++ 累计维修次数: + 待开发 +
+