待办中心-任务类型与实际字段不符,查询不到数据
This commit is contained in:
@@ -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',
|
||||
}
|
||||
@@ -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'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user