update 流程副标题

This commit is contained in:
赵霄
2023-11-28 16:05:33 +08:00
parent 4dcd49f92d
commit 3be87bb54e
2 changed files with 4 additions and 2 deletions
@@ -437,7 +437,8 @@ export default {
},
computed: {
pageTitle () {
return `${this.$t('flowCenter')}${this.$route.meta.title}`
const subTitle = this.$route.query.taskName || FGEntryChangeProcessNode.initiate.text
return `${this.$t('flowCenter')}${this.$route.meta.title}${subTitle}`
},
// 不可编辑的字段
disabledFieldList () {
@@ -239,7 +239,8 @@ export default {
},
computed: {
pageTitle () {
return `${this.$t('flowCenter')}${this.$route.meta.title}`
const subTitle = this.$route.query.taskName || ProcurementProcessNodes.initiate.text
return `${this.$t('flowCenter')}${this.$route.meta.title}${subTitle}`
},
// 流程信息部分禁用
processInfoDisabled () {