From 64b6bfde07c40b9df6181044d485d437b9bb787c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 07 五月 2024 09:21:58 +0800
Subject: [PATCH] 1.定时任务demo提交

---
 src/views/qualityManager/qualityPlaning.vue |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/views/qualityManager/qualityPlaning.vue b/src/views/qualityManager/qualityPlaning.vue
new file mode 100644
index 0000000..a08b4e3
--- /dev/null
+++ b/src/views/qualityManager/qualityPlaning.vue
@@ -0,0 +1,11 @@
+<template />
+
+<script>
+export default {
+  name: 'QualityPlaning'
+}
+</script>
+
+<style scoped>
+
+</style>

--
Gitblit v1.9.3