From 11539543075b17d64a2b8d2c4a085634ba683eed Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期五, 15 七月 2022 16:47:05 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut --- 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 662aabe..cf44651 100644 --- a/src/views/goalManagement/tragetDecompositionMonth/index.vue +++ b/src/views/goalManagement/targetDecompositionMonth/index.vue @@ -110,8 +110,8 @@ export default defineComponent({ components: { ElButton, ElInput,search,Dailog}, setup() { - - + + // 下方导航与表格 const activeName = ref("1"); const handleClick = (tab: TabsPaneContext, event: Event) => { @@ -210,4 +210,4 @@ display: flex; justify-content: right; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.2