项目状态权限
This commit is contained in:
@@ -272,11 +272,14 @@
|
||||
this.textColor(this.$t('listOfRegulations'))
|
||||
this.textTitle = this.$t('listOfRegulations')
|
||||
} else if (this.$route.query.type == '103') {
|
||||
this.textColor(this.$t('taskList'))
|
||||
this.textTitle = this.$t('taskList')
|
||||
// this.textColor(this.$t('taskList'))
|
||||
// this.textTitle = this.$t('taskList')
|
||||
this.$router.push({
|
||||
path:'/projectRegulationTasks',
|
||||
})
|
||||
} else if (this.$route.query.type == '104') {
|
||||
this.textColor(this.$t('nonConformance'))
|
||||
this.textTitle = this.$t('nonConformance')
|
||||
// this.textColor(this.$t('nonConformance'))
|
||||
// this.textTitle = this.$t('nonConformance')
|
||||
} else if (this.$route.query.type == '105') {
|
||||
this.textColor(this.$t('TaskParameterCollection'))
|
||||
this.textTitle = this.$t('TaskParameterCollection')
|
||||
|
||||
Reference in New Issue
Block a user