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';