update 项目合规评估流程-归档节点改为评估人字段

This commit is contained in:
赵霄
2023-12-20 15:54:20 +08:00
parent 1b8a314bbc
commit 32c2d6a690
@@ -754,10 +754,10 @@ export default {
// 法规工程师归档 // 法规工程师归档
if (this.currentNode === ProjectComplianceEvaluationProcessNode.regulatoryEngineerFiling.value) { if (this.currentNode === ProjectComplianceEvaluationProcessNode.regulatoryEngineerFiling.value) {
return this.basicColumns.concat([ return this.basicColumns.concat([
// 设计工程师 // 评估人
{ {
title: this.$t('projectLibrary.vehicleItemLibrary.evaluator'), title: this.$t('projectLibrary.vehicleItemLibrary.evaluator'),
dataIndex: 'designEngineer', dataIndex: 'assessorName',
width: 150, width: 150,
align: 'center', align: 'center',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }