From 42e033511d8b9d6519e658e9af5e365c4bb14993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 13 Jul 2022 23:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmProject/XmProjectInfo.vue | 43 ++++++++++--------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/src/views/xm/core/xmProject/XmProjectInfo.vue b/src/views/xm/core/xmProject/XmProjectInfo.vue index b49b20eb..43a05178 100644 --- a/src/views/xm/core/xmProject/XmProjectInfo.vue +++ b/src/views/xm/core/xmProject/XmProjectInfo.vue @@ -10,13 +10,7 @@ text-color="rgb(191, 203, 217)" active-text-color="#ffd04b" > - - - - - + 项目:  {{ selProject.name.substring(0, 15) }}  项目:  {{ selProject.name.substring(0, 15) }} 项目:  {{ selProject.name }}  项目:  {{ selProject.name }} @@ -51,18 +45,18 @@ 产品 + + 需求 + 迭代 - - 需求 - 计划 - + 任务 @@ -141,6 +135,16 @@ 客服 + + 首页 + + + 上一页 + @@ -771,13 +775,12 @@ export default { } }, goBack() { - localStorage.setItem("project-infotype", "项目概览"); - - if(window.history.length>0){ - this.$router.back(-1); - }else{ - this.$router.push({path:'/xm/core/xmProject/XmProjectMng'}) - } + localStorage.setItem("project-infotype", "项目概览"); + this.$router.back(-1); + }, + goHome(){ + localStorage.setItem("project-infotype", "项目概览"); + this.$router.push({path:'/'}) }, onEditFields(row){