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': {
rules: {
// 依据描述
// 不涉及原因
description: {
required: true,
message: this.$t('pleaseEnter') + this.$t('projectLibrary.specialProjectLibrary.basisDescription'),
message: this.$t('pleaseEnter') + this.$t('workCenter.projectComplianceEvaluationProcess.noCauseInvolved'),
trigger: 'blur'
}
},
formArr: [
{
fieldShowType: 1,
dbFieldTxt: this.$t('projectLibrary.specialProjectLibrary.basisDescription'),
dbFieldTxt: this.$t('workCenter.projectComplianceEvaluationProcess.noCauseInvolved'),
dbFieldName: 'description'
}
]