From 686f95dadb6d7f9a37e5425457ef8b89658df35f Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 04 九月 2024 03:45:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/screen/components/screen-examine/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/screen/components/screen-examine/index.vue b/src/views/screen/components/screen-examine/index.vue
index 9186007..d04c4c5 100644
--- a/src/views/screen/components/screen-examine/index.vue
+++ b/src/views/screen/components/screen-examine/index.vue
@@ -87,13 +87,17 @@
 
 <script>
 import WrapperTitle from "../wrapper-title/index";
-import ExamineChart from "./components/examine-chart";
+import faceChart from "./components/face-chart";
+import carChart from "./components/car-chart";
+import videoChart from "./components/video-chart";
 import ExamineTable from "./components/examine-table";
 export default {
   name: "ScreenExamine",
   components: {
     WrapperTitle,
-    ExamineChart,
+    faceChart,
+    carChart,
+    videoChart,
     ExamineTable,
   },
   data() {

--
Gitblit v1.8.0