fix 80089

This commit is contained in:
赵霄
2024-01-03 15:37:38 +08:00
parent fb09203086
commit df4ff941cb
@@ -602,17 +602,17 @@ export default {
// 不涉及 // 不涉及
'4': { '4': {
rules: { rules: {
// 依据描述 // 不涉及原因
description: { description: {
required: true, required: true,
message: this.$t('pleaseEnter') + this.$t('projectLibrary.specialProjectLibrary.basisDescription'), message: this.$t('pleaseEnter') + this.$t('workCenter.projectComplianceEvaluationProcess.noCauseInvolved'),
trigger: 'blur' trigger: 'blur'
} }
}, },
formArr: [ formArr: [
{ {
fieldShowType: 1, fieldShowType: 1,
dbFieldTxt: this.$t('projectLibrary.specialProjectLibrary.basisDescription'), dbFieldTxt: this.$t('workCenter.projectComplianceEvaluationProcess.noCauseInvolved'),
dbFieldName: 'description' dbFieldName: 'description'
} }
] ]