css
shj
2022-07-18 ddfbb100e4e64e53333d2351c0e7db15ebf0d83b
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';