update 流程副标题
This commit is contained in:
@@ -437,7 +437,8 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
pageTitle () {
|
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 () {
|
disabledFieldList () {
|
||||||
|
|||||||
@@ -239,7 +239,8 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
pageTitle () {
|
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 () {
|
processInfoDisabled () {
|
||||||
|
|||||||
Reference in New Issue
Block a user