From 9d9c62348e3296a597405e6f6416da8efc0fe18b Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 12 六月 2025 10:29:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- src/views/inspectionManagement/index.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/views/inspectionManagement/index.vue b/src/views/inspectionManagement/index.vue new file mode 100644 index 0000000..458acb2 --- /dev/null +++ b/src/views/inspectionManagement/index.vue @@ -0,0 +1,13 @@ +<template> + <div class="app-container"> + + </div> +</template> + +<script setup> + +</script> + +<style scoped> + +</style> \ No newline at end of file -- Gitblit v1.9.3