[update] 法规符合性排查流程字段修改

This commit is contained in:
lideqin
2024-07-15 17:12:33 +08:00
parent bef82e9167
commit 12b169eb2d
5 changed files with 15 additions and 15 deletions
@@ -76,7 +76,7 @@ export default {
title: this.$t('modelStatus'),
align: 'center',
width: 180,
dataIndex: 'modelState',
dataIndex: 'modelState_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 评价结果
@@ -72,28 +72,28 @@ export default {
title: this.$t('modelStatus'),
align: 'center',
width: 180,
dataIndex: 'modelState',
dataIndex: 'modelState_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 责任部门
title: this.$t('responsibleDepartment'),
align: 'center',
width: 180,
dataIndex: 'authDept',
dataIndex: 'authDept_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 评估人
title: this.$t('workCenter.regulatoryComplianceCheckProcess.appraiser'),
align: 'center',
width: 180,
dataIndex: 'appraiser',
dataIndex: 'appraiser_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 评估结果
title: this.$t('workCenter.regulatoryComplianceCheckProcess.evaluationResult'),
align: 'center',
width: 180,
dataIndex: 'result',
dataIndex: 'result_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 不满足要求的现状
@@ -153,28 +153,28 @@ export default {
title: this.$t('modelStatus'),
align: 'center',
width: 180,
dataIndex: 'modelState',
dataIndex: 'modelState_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 责任部门
title: this.$t('responsibleDepartment'),
align: 'center',
width: 180,
dataIndex: 'authDept',
dataIndex: 'authDept_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 评估人
title: this.$t('workCenter.regulatoryComplianceCheckProcess.appraiser'),
align: 'center',
width: 180,
dataIndex: 'appraiser',
dataIndex: 'appraiser_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 评估结果
title: this.$t('workCenter.regulatoryComplianceCheckProcess.evaluationResult'),
align: 'center',
width: 180,
dataIndex: 'result',
dataIndex: 'result_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 不满足要求的现状
@@ -288,7 +288,7 @@ export default {
title: this.$t('modelStatus'),
align: 'center',
width: 180,
dataIndex: 'modelState',
dataIndex: 'modelState_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 设计工程师
@@ -342,7 +342,7 @@ export default {
title: this.$t('modelStatus'),
align: 'center',
width: 180,
dataIndex: 'modelState',
dataIndex: 'modelState_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 评价结果
@@ -87,28 +87,28 @@ export default {
title: this.$t('modelStatus'),
align: 'center',
width: 180,
dataIndex: 'modelState',
dataIndex: 'modelState_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 责任部门
title: this.$t('responsibleDepartment'),
align: 'center',
width: 180,
dataIndex: 'authDept',
dataIndex: 'authDept_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 评估人
title: this.$t('workCenter.regulatoryComplianceCheckProcess.appraiser'),
align: 'center',
width: 180,
dataIndex: 'appraiser',
dataIndex: 'appraiser_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 评估结果
title: this.$t('workCenter.regulatoryComplianceCheckProcess.evaluationResult'),
align: 'center',
width: 180,
dataIndex: 'result',
dataIndex: 'result_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 不满足要求的现状