项目状态权限

This commit is contained in:
范强强
2023-04-18 15:48:57 +08:00
parent 528bb755b0
commit c0977299db
@@ -272,11 +272,14 @@
this.textColor(this.$t('listOfRegulations')) this.textColor(this.$t('listOfRegulations'))
this.textTitle = this.$t('listOfRegulations') this.textTitle = this.$t('listOfRegulations')
} else if (this.$route.query.type == '103') { } else if (this.$route.query.type == '103') {
this.textColor(this.$t('taskList')) // this.textColor(this.$t('taskList'))
this.textTitle = this.$t('taskList') // this.textTitle = this.$t('taskList')
this.$router.push({
path:'/projectRegulationTasks',
})
} else if (this.$route.query.type == '104') { } else if (this.$route.query.type == '104') {
this.textColor(this.$t('nonConformance')) // this.textColor(this.$t('nonConformance'))
this.textTitle = this.$t('nonConformance') // this.textTitle = this.$t('nonConformance')
} else if (this.$route.query.type == '105') { } else if (this.$route.query.type == '105') {
this.textColor(this.$t('TaskParameterCollection')) this.textColor(this.$t('TaskParameterCollection'))
this.textTitle = this.$t('TaskParameterCollection') this.textTitle = this.$t('TaskParameterCollection')