From b80d156b719cef2b9e4fce7e5ada5325681585a9 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 14 七月 2022 11:15:57 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut --- src/views/goalManagement/targetEscalation/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/goalManagement/targetEscalation/index.vue b/src/views/goalManagement/targetEscalation/index.vue index 1c6d1b6..1263f21 100644 --- a/src/views/goalManagement/targetEscalation/index.vue +++ b/src/views/goalManagement/targetEscalation/index.vue @@ -1,4 +1,5 @@ <template> + <div> <search></search> <div class="minCenter"> <el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick"> @@ -40,6 +41,7 @@ </div> </div> <Dailog ref="Show"></Dailog> + </div> </template> <script lang="ts"> import search from '../targetSettings/component/search.vue'; -- Gitblit v1.9.2