viewer角色只有查看功能,查看技术评估结果页面不需要有“发起补充流程”按钮

This commit is contained in:
zyx.net
2022-12-30 11:59:24 +08:00
parent 76f958ae74
commit a9118dc7b7
5 changed files with 35 additions and 5 deletions
@@ -290,6 +290,7 @@
queryParam: {},
orderBy: '1',
orderByField: '',
cut: '',
administrators: false
}
},
@@ -442,8 +443,17 @@
this.getList()
return
}
this.dataSource = res.result.records || []
this.total = res.result.total
this.cut = res.cut
this.dataSource = res.result.records || []
this.dataSource.forEach((item) => {
if(this.cut == 'en'){
item.brandText = item.brandTextEn
}else{
item.brandText = item.brandText
}
})
this.loading = false
} else {
this.loading = false