From 5421ae90e2fb0e153037f4a2ca4741de61d04cdd Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期四, 14 七月 2022 18:02:25 +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