待办中心-任务类型与实际字段不符,查询不到数据

This commit is contained in:
范强强
2023-03-29 11:07:02 +08:00
parent b801cdcc21
commit 001cdafc3d
3 changed files with 17 additions and 9 deletions
+4
View File
@@ -1734,5 +1734,9 @@ module.exports = {
gnxtwh:'Functional system maintenance',
gnxt:'Functional system',
dykzq:'Corresponding controller',
releaseRegulatoryList:'Release of regulatory list',
preHomoFlow:'Pre-Homo flow',
verifyConformanceConfirmation:'Verify conformance confirmation',
designConformanceVerification:'Design conformance verification',
nomorethan:'No more than 10',
}
+4
View File
@@ -1836,5 +1836,9 @@ module.exports = {
gnxtwh:'功能系统维护',
gnxt:'功能系统',
dykzq:'对应控制器',
releaseRegulatoryList:'法规清单发布',
preHomoFlow:'Pre-Homo流程',
verifyConformanceConfirmation:'验证符合性确认',
designConformanceVerification:'设计符合性确认',
nomorethan:'不能超过10个',
}
@@ -124,24 +124,24 @@
},
toggleSearchStatus: false,
taskTypeList: [
// {
// name: this.$t('confirmationOfRegulationsList'),
// value: '10'
// },
{
name: this.$t('confirmationOfRegulationsList'),
name: this.$t('releaseRegulatoryList'),
value: '10'
},
{
name: this.$t('listTaskConfirmation'),
value: '1'
},
{
name: this.$t('designComplianceReview'),
name: this.$t('designConformanceVerification'),
value: '2'
},
{
name: this.$t('preHomeConfirmation'),
value: '3'
name: this.$t('preHomoFlow'),
value: '21'
},
{
name: this.$t('verificationComplianceReview'),
name: this.$t('verifyConformanceConfirmation'),
value: '4'
}
],