From f5a9a24a1afcda58f790102bdcdcb9886af6d19c Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期六, 24 八月 2024 17:30:06 +0800 Subject: [PATCH] 视频安全资源初始化 --- src/views/system/data-manage/data-detail/list.js | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 52 insertions(+), 1 deletions(-) diff --git a/src/views/system/data-manage/data-detail/list.js b/src/views/system/data-manage/data-detail/list.js index bcf2ac9..ebc023f 100644 --- a/src/views/system/data-manage/data-detail/list.js +++ b/src/views/system/data-manage/data-detail/list.js @@ -1968,7 +1968,58 @@ ] } ] - } + }, + { + title: "瑙嗛鍥惧儚璧勬簮瀹夊叏绠$悊", + index: 'image_resource_security', + columns: [ + { + label: "ip", + align: "center", + prop: "ip" + }, + { + label: "閮ㄩ棬", + align: "center", + prop: "deptName" + }, + { + label: "鎶ヨ绫诲瀷", + align: "center", + prop: "alarmCategory" + }, + { + label: "鎶ヨ绾у埆", + align: "center", + prop: "alarmLevel" + }, + { + label: "娆℃暟", + align: "center", + prop: "num" + }, + { + label: "鎶ヨ鏃堕棿", + align: "center", + prop: "alarmTime" + }, + ], + card: [ + { + icon: 'el-icon-truck', + dataList: [ + { + value: 1999, + label: '杩囪溅鏁版嵁鎬婚噺' + }, + { + value: 1999, + label: '涓嶅敮涓�鏁版嵁閲�' + }, + ] + } + ] + }, ] }; -- Gitblit v1.8.0