From 3fce634eeb56f9425d5e745b1d4333da962fc3d7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 25 八月 2023 11:19:10 +0800
Subject: [PATCH] 1.新增功能菜单

---
 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