fix 80089
This commit is contained in:
+3
-3
@@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user