节点名称修改
This commit is contained in:
@@ -1552,7 +1552,7 @@ export default {
|
|||||||
}
|
}
|
||||||
break
|
break
|
||||||
case '25':
|
case '25':
|
||||||
if (row.taskInfo === '部门高级经理审批') {
|
if (row.taskInfo === '审核') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'qbzxdjhgkStep2',
|
name: 'qbzxdjhgkStep2',
|
||||||
query:{
|
query:{
|
||||||
@@ -1563,7 +1563,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if(row.taskInfo === '部门中心主任会签') {
|
} else if(row.taskInfo === '会签') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'qbzxdjhgkStep3',
|
name: 'qbzxdjhgkStep3',
|
||||||
query:{
|
query:{
|
||||||
@@ -1574,7 +1574,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if(row.taskInfo === '标准法规工作组组长审定') {
|
}else if(row.taskInfo === '审定') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'qbzxdjhgkStep4',
|
name: 'qbzxdjhgkStep4',
|
||||||
query:{
|
query:{
|
||||||
@@ -1585,7 +1585,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if(row.taskInfo === '标准法规部部长审批') {
|
}else if(row.taskInfo === '批准') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'qbzxdjhgkStep5',
|
name: 'qbzxdjhgkStep5',
|
||||||
query:{
|
query:{
|
||||||
|
|||||||
@@ -2066,7 +2066,7 @@ export default {
|
|||||||
}
|
}
|
||||||
break
|
break
|
||||||
case '25':
|
case '25':
|
||||||
if (row.taskInfo === '部门高级经理审批') {
|
if (row.taskInfo === '审核') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'qbzxdjhgkStep2',
|
name: 'qbzxdjhgkStep2',
|
||||||
query:{
|
query:{
|
||||||
@@ -2077,7 +2077,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if(row.taskInfo === '部门中心主任会签') {
|
} else if(row.taskInfo === '会签') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'qbzxdjhgkStep3',
|
name: 'qbzxdjhgkStep3',
|
||||||
query:{
|
query:{
|
||||||
@@ -2088,7 +2088,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if(row.taskInfo === '标准法规工作组组长审定') {
|
}else if(row.taskInfo === '审定') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'qbzxdjhgkStep4',
|
name: 'qbzxdjhgkStep4',
|
||||||
query:{
|
query:{
|
||||||
@@ -2099,7 +2099,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if(row.taskInfo === '标准法规部部长审批') {
|
}else if(row.taskInfo === '批准') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'qbzxdjhgkStep5',
|
name: 'qbzxdjhgkStep5',
|
||||||
query:{
|
query:{
|
||||||
|
|||||||
Reference in New Issue
Block a user