From 96ef52970c4ee8244d7ad4c50ef1808afe430421 Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期五, 15 四月 2022 11:38:18 +0800 Subject: [PATCH] fix --- src/views/doublePreventAction/hiddenDanger/inspectionStatistics/components/todayUnusual/index.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionStatistics/components/todayUnusual/index.vue b/src/views/doublePreventAction/hiddenDanger/inspectionStatistics/components/todayUnusual/index.vue new file mode 100644 index 0000000..db27c8a --- /dev/null +++ b/src/views/doublePreventAction/hiddenDanger/inspectionStatistics/components/todayUnusual/index.vue @@ -0,0 +1,13 @@ +<template> + +</template> + +<script> + export default { + name: "index" + } +</script> + +<style scoped> + +</style> -- Gitblit v1.9.2