src/views/goalManagement/targetDecompositionYear/index.vue
@@ -1,4 +1,5 @@ <template> <div> <search></search> <div class="minCenter"> <div class="btns"> @@ -76,6 +77,7 @@ </div> </div> <Dailog ref="Show"></Dailog> </div> </template> <script lang="ts"> import search from '../targetSettings/component/search.vue' @@ -107,8 +109,8 @@ export default defineComponent({ components: { ElButton, ElInput,search,Dailog}, setup() { // 下方导航与表格 const activeName = ref("1"); const handleClick = (tab: TabsPaneContext, event: Event) => { @@ -207,4 +209,4 @@ display: flex; justify-content: right; } </style> </style>