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() {