[update] 修改UAT问题:法规符合性评估库列表评估日期修改为评估完成日期,查看表中增加评估发起人,不符合项库中增加关闭人和关闭时间列

This commit is contained in:
lideqin
2024-09-13 15:52:39 +08:00
parent aad5442682
commit 64bf4ac5b3
5 changed files with 32 additions and 5 deletions
@@ -3,7 +3,8 @@ module.exports = {
// 法规符合性评估库
assessmentLibrary: {
applicableMarket: 'Applicable Market',
dateOfEvaluation: 'Date of Assessment',
evaluationSponsor: 'Evaluation sponsor',
dateOfEvaluation: 'Evaluation completion date',
exportName: 'Non-conformance term Library Table',
clauseNumber: 'Article No.',
vehicleType: 'Vehicle Catagory',
@@ -40,6 +41,8 @@ module.exports = {
sharedWithOtherProjects: 'Commonality',
costOfThisItemAfterSharing: 'Expenses After Sharing',
isHaveClosed: 'Select the data whose rectification status is to be rectified and close it',
exportName: 'Non-conformance term Library table'
exportName: 'Non-conformance term Library table',
shutter: 'Shutter',
closingTime: 'Closing time'
}
}
@@ -3,7 +3,8 @@ module.exports = {
// 法规符合性评估库
assessmentLibrary: {
applicableMarket: '适用市场',
dateOfEvaluation: '评估日期',
evaluationSponsor: '评估发起人',
dateOfEvaluation: '评估完成日期',
exportName: '法规符合性评估库表',
clauseNumber: '条款号',
vehicleType: '车型',
@@ -40,6 +41,8 @@ module.exports = {
sharedWithOtherProjects: '与其他项目共用性',
costOfThisItemAfterSharing: '共用后本项目所需费用',
isHaveClosed: '请选择整改状态为待整改的数据进行关闭',
exportName: '不符合项库表'
exportName: '不符合项库表',
shutter: '关闭人',
closingTime: '关闭时间'
}
}
@@ -259,6 +259,20 @@ export default {
dataIndex: 'file',
scopedSlots: { customRender: 'file' }
},
{ // 关闭人
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.shutter'),
align: 'center',
width: 180,
dataIndex: 'closeUser_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 关闭时间
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.closingTime'),
align: 'center',
width: 180,
dataIndex: 'closeTime',
scopedSlots: { customRender: 'text' }
},
{
title: this.$t('operation'),
scopedSlots: { customRender: 'action' },
@@ -146,7 +146,7 @@ export default {
dataIndex: 'applicableMarket_dictText',
scopedSlots: { customRender: 'dictText' }
},
{ // 评估日期
{ // 评估完成日期
title: this.$t('regulatoryComplianceAssessmentDatabase.assessmentLibrary.dateOfEvaluation'),
align: 'center',
width: 180,
@@ -207,6 +207,13 @@ export default {
dataIndex: 'result_dictText',
scopedSlots: { customRender: 'dictText' }
},
{ // 评估发起人
title: this.$t('regulatoryComplianceAssessmentDatabase.assessmentLibrary.evaluationSponsor'),
align: 'center',
width: 180,
dataIndex: 'assessorInitiator_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 不满足要求的现状
title: this.$t('regulatoryComplianceAssessmentDatabase.assessmentLibrary.theStatusNotMeetRequirements'),
align: 'center',