From 70979924031f42c76535a3a2f669b8d48932f5c5 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 14 Jul 2022 11:15:51 +0800
Subject: [PATCH] lct
---
src/views/goalManagement/targetDecompositionMonth/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/goalManagement/tragetDecompositionMonth/index.vue b/src/views/goalManagement/targetDecompositionMonth/index.vue
similarity index 99%
rename from src/views/goalManagement/tragetDecompositionMonth/index.vue
rename to src/views/goalManagement/targetDecompositionMonth/index.vue
index a4bedad..4e34329 100644
--- a/src/views/goalManagement/tragetDecompositionMonth/index.vue
+++ b/src/views/goalManagement/targetDecompositionMonth/index.vue
@@ -108,8 +108,8 @@
export default defineComponent({
components: { ElButton, ElInput,search,Dailog},
setup() {
-
-
+
+
// 下方导航与表格
const activeName = ref("1");
const handleClick = (tab: TabsPaneContext, event: Event) => {
@@ -208,4 +208,4 @@
display: flex;
justify-content: right;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.2