From fea917fa791c2f813904e8892f02ee2f394dd0d2 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 15 七月 2022 15:06:27 +0800 Subject: [PATCH] 菜单 --- src/views/goalManagement/Goalsummary/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/goalManagement/Goalsummary/index.vue b/src/views/goalManagement/Goalsummary/index.vue index 8b05f37..1746d27 100644 --- a/src/views/goalManagement/Goalsummary/index.vue +++ b/src/views/goalManagement/Goalsummary/index.vue @@ -1,4 +1,5 @@ <template> + <div> <el-form ref="ruleFormRef" :model="ruleForm" status-icon label-width="20px" class="topTitle"> <el-row> <el-col :span="4"> @@ -64,6 +65,7 @@ /> </div> </div> + </div> </template> <script lang="ts"> import { ref, toRefs, reactive, onMounted, defineComponent } from 'vue'; -- Gitblit v1.9.2