From 7df64634d3d7b292713eebfa008c40b3f5f9f65f Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期二, 20 九月 2022 15:57:03 +0800 Subject: [PATCH] 修改 --- src/views/goalManagement/processForms/processForms.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/goalManagement/processForms/processForms.vue b/src/views/goalManagement/processForms/processForms.vue index 403dbb4..331337a 100644 --- a/src/views/goalManagement/processForms/processForms.vue +++ b/src/views/goalManagement/processForms/processForms.vue @@ -12,16 +12,16 @@ @select="handleSelect" > <el-menu-item index="1">表单信息</el-menu-item> - <el-menu-item index="2">流程图</el-menu-item> + <!-- <el-menu-item index="2">流程图</el-menu-item> --> </el-menu> <div v-if="activeIndex == 1" class="navType"> <formInformationTop v-if="false"></formInformationTop> <formInformationTops></formInformationTops> </div> - <div v-if="activeIndex == 2" class="navType" style="padding:20px 20px 0 20px"> + <!-- <div v-if="activeIndex == 2" class="navType" style="padding:20px 20px 0 20px"> <div class="title2">流程图</div> <div style="width:100%;height:400px"></div> - </div> + </div> --> </div> <lowerPlate></lowerPlate> <div class="btns"> @@ -56,7 +56,7 @@ const router=useRouter() const Type=onMounted(()=>{ - // console.log("xxxxxxx",router) + console.log("xxxxxxx",router) }) return { -- Gitblit v1.9.2