update 项目合规评估流程-归档节点改为评估人字段
This commit is contained in:
+2
-2
@@ -754,10 +754,10 @@ export default {
|
||||
// 法规工程师归档
|
||||
if (this.currentNode === ProjectComplianceEvaluationProcessNode.regulatoryEngineerFiling.value) {
|
||||
return this.basicColumns.concat([
|
||||
// 设计工程师
|
||||
// 评估人
|
||||
{
|
||||
title: this.$t('projectLibrary.vehicleItemLibrary.evaluator'),
|
||||
dataIndex: 'designEngineer',
|
||||
dataIndex: 'assessorName',
|
||||
width: 150,
|
||||
align: 'center',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
|
||||
Reference in New Issue
Block a user