From b80d156b719cef2b9e4fce7e5ada5325681585a9 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 14 Jul 2022 11:15:57 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut
---
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