diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index dfaefd9c5..688bac9c7 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -117,7 +117,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '企标编写汇总修订'){ + }else if (row.taskInfo === '企标编写汇总'){ this.$router.push({ name: 'bussLibrary3', query: { @@ -128,7 +128,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新发起企标制修订-技术标准流程'){ + }else if (row.taskInfo === '重新起草'){ this.$router.push({ name: 'bussLibraryC1', query: { @@ -139,7 +139,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '标准化员初审'){ + }else if (row.taskInfo === '标准化初审'){ this.$router.push({ name: 'bussLibrary4', query: { @@ -150,7 +150,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新企标汇总修订'){ + }else if (row.taskInfo === '重新企标编写汇总'){ this.$router.push({ name: 'bussLibraryC3', query: { @@ -161,7 +161,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '会签征求意见'){ + }else if (row.taskInfo === '征求意见'){ this.$router.push({ name: 'bussLibrary5', query: { @@ -172,7 +172,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '技术委员会评审/评审意见修改评审'){ + }else if (row.taskInfo === '技术委员会评审、评审意见修改'){ this.$router.push({ name: 'bussLibrary6', query: { @@ -183,7 +183,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '复审'){ + }else if (row.taskInfo === '标准化复审'){ this.$router.push({ name: 'bussLibrary7', query: { @@ -194,7 +194,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新技术委员会评审/评审意见修改评审'){ + }else if (row.taskInfo === '重新技术委员会评审、评审意见修改'){ this.$router.push({ name: 'bussLibraryC6', query: { @@ -249,7 +249,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '培训'){ + }else if (row.taskInfo === '主起草人培训'){ this.$router.push({ name: 'bussLibrary12', query: { @@ -285,7 +285,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '企标编写汇总修订'){ + }else if (row.taskInfo === '企标编写汇总'){ this.$router.push({ name: 'bussLibraryProduct3', query: { @@ -296,7 +296,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新企标编写汇总修订'){ + }else if (row.taskInfo === '重新企标编写汇总'){ this.$router.push({ name: 'bussLibraryProductC3', query: { @@ -307,7 +307,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '标准化员初审'){ + }else if (row.taskInfo === '标准化初审'){ this.$router.push({ name: 'bussLibraryProduct4', query: { @@ -318,7 +318,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '会签征求意见'){ + }else if (row.taskInfo === '征求意见'){ this.$router.push({ name: 'bussLibraryProduct5', query: { @@ -329,7 +329,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '意见汇总及标准修改'){ + }else if (row.taskInfo === '意见汇总修订'){ this.$router.push({ name: 'bussLibraryProduct6', query: { @@ -340,7 +340,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新意见汇总及标准修改'){ + }else if (row.taskInfo === '重新意见汇总修订'){ this.$router.push({ name: 'bussLibraryProductC6', query: { diff --git a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue index 72d6a2514..657e41a15 100644 --- a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue +++ b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue @@ -331,7 +331,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '企标编写汇总修订'){ + }else if (row.taskInfo === '企标编写汇总'){ this.$router.push({ name: 'bussLibrary3', query: { @@ -342,7 +342,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新发起企标制修订-技术标准流程'){ + }else if (row.taskInfo === '重新起草'){ this.$router.push({ name: 'bussLibraryC1', query: { @@ -353,7 +353,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '标准化员初审'){ + }else if (row.taskInfo === '标准化初审'){ this.$router.push({ name: 'bussLibrary4', query: { @@ -364,7 +364,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新企标编写汇总修订'){ + }else if (row.taskInfo === '重新企标编写汇总'){ this.$router.push({ name: 'bussLibraryC3', query: { @@ -375,7 +375,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '会签征求意见'){ + }else if (row.taskInfo === '征求意见'){ this.$router.push({ name: 'bussLibrary5', query: { @@ -386,7 +386,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '技术委员会评审/评审意见修改评审'){ + }else if (row.taskInfo === '技术委员会评审、评审意见修改'){ this.$router.push({ name: 'bussLibrary6', query: { @@ -397,7 +397,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '复审'){ + }else if (row.taskInfo === '标准化复审'){ this.$router.push({ name: 'bussLibrary7', query: { @@ -408,7 +408,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新技术委员会评审/评审意见修改评审'){ + }else if (row.taskInfo === '重新技术委员会评审、评审意见修改'){ this.$router.push({ name: 'bussLibraryC6', query: { @@ -463,7 +463,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '培训'){ + }else if (row.taskInfo === '主起草人培训'){ this.$router.push({ name: 'bussLibrary12', query: { @@ -524,7 +524,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '企标编写汇总修订'){ + }else if (row.taskInfo === '企标编写汇总'){ this.$router.push({ name: 'bussLibraryProduct3', query: { @@ -535,7 +535,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新企标编写汇总修订'){ + }else if (row.taskInfo === '重新企标编写汇总'){ this.$router.push({ name: 'bussLibraryProductC3', query: { @@ -546,7 +546,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '标准化员初审'){ + }else if (row.taskInfo === '标准化初审'){ this.$router.push({ name: 'bussLibraryProduct4', query: { @@ -557,7 +557,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '会签征求意见'){ + }else if (row.taskInfo === '征求意见'){ this.$router.push({ name: 'bussLibraryProduct5', query: { @@ -568,7 +568,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '意见汇总及标准修改'){ + }else if (row.taskInfo === '意见汇总修订'){ this.$router.push({ name: 'bussLibraryProduct6', query: { @@ -579,7 +579,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '重新意见汇总及标准修改'){ + }else if (row.taskInfo === '重新意见汇总修订'){ this.$router.push({ name: 'bussLibraryProductC6', query: {