Your Name
2022-07-14 b80d156b719cef2b9e4fce7e5ada5325681585a9
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';