|
@@ -268,6 +268,7 @@ export default {
|
|
|
this.classify = '';
|
|
|
this.keyword = '';
|
|
|
this.activeTab = 'pending';
|
|
|
+ tabName == 'report' ? this.getClassifyTree() : this.getBIClassifyTree();
|
|
|
this.handleClick()
|
|
|
},
|
|
|
handleClick() {
|
|
@@ -313,7 +314,7 @@ export default {
|
|
|
if(e==='处理时间') return this.$t('AprrovalPage.processing_time_lable')
|
|
|
if(e==='处理结果') return this.$t('AprrovalPage.processing_result_lable')
|
|
|
if(e==='审批时间') return this.$t('AprrovalPage.approval_time')
|
|
|
- if(e==='看板名称') return this.$t('AprrovalPage.kanban_name')
|
|
|
+ if(e==='BI看板名称') return this.$t('AprrovalPage.kanban_name')
|
|
|
if(e==='关联分类') return this.$t('AprrovalPage.associative_classification')
|
|
|
if(e==='关联看板') return this.$t('AprrovalPage.association_kanban')
|
|
|
if(e==='处理状态') return this.$t('AprrovalPage.processing_state')
|
|
@@ -339,7 +340,7 @@ export default {
|
|
|
});
|
|
|
if(this.IsBIApprove)
|
|
|
this.mainTabs.push({
|
|
|
- label:this.$t('SystemManage.BaseConfig.board_approval'),
|
|
|
+ label:this.$t('SystemManage.BaseConfig.bIDashboard_approval'),
|
|
|
name:'bi'
|
|
|
});
|
|
|
this.activeMainTab = this.mainTabs.length > 0 ? this.mainTabs[0].name : '';
|