src/views/goalManagement/processForms/processForms.vue
@@ -1,4 +1,5 @@ <template> <div> <h4 class="title">胡海涛2022-07-01 16:08:42发起了目标检查上报(检查)--检查</h4> <div class="box"> <el-menu @@ -26,6 +27,7 @@ <div class="btns"> <el-button type="primary">发起上报</el-button> </div> </div> </template> <script lang="ts"> import { defineComponent, reactive, ref,onMounted } from 'vue';