diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index d78673f5..6a8a875c 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -74,8 +74,9 @@ @@ -78,7 +79,7 @@ diff --git a/src/views/enterpriseStandardLibrary/standard/modules/TreeNodeModal.vue b/src/views/enterpriseStandardLibrary/standard/modules/TreeNodeModal.vue index acf83a90..17b2352a 100644 --- a/src/views/enterpriseStandardLibrary/standard/modules/TreeNodeModal.vue +++ b/src/views/enterpriseStandardLibrary/standard/modules/TreeNodeModal.vue @@ -14,6 +14,7 @@ @@ -46,7 +47,7 @@ export default { validatorRules: { nodeName: { rules: [ - { required: true, message: this.$t('pleaseEnter') + this.$t('enterpriseStandardLibrary.standard.title') } + { required: true, message: this.$t('pleaseEnter') + this.$t('enterpriseStandardLibrary.standard.nodeName') } ], validateTrigger: 'blur' } diff --git a/src/views/system/firendshipLinkManage/modules/FriendshipLinkModal.vue b/src/views/system/firendshipLinkManage/modules/FriendshipLinkModal.vue index 4ae87573..067ad0a2 100644 --- a/src/views/system/firendshipLinkManage/modules/FriendshipLinkModal.vue +++ b/src/views/system/firendshipLinkManage/modules/FriendshipLinkModal.vue @@ -15,6 +15,7 @@ @@ -22,6 +23,7 @@ diff --git a/src/views/system/internalWorkGroup/modules/TreeNodeModal.vue b/src/views/system/internalWorkGroup/modules/TreeNodeModal.vue index c5842ea0..42a8c88f 100644 --- a/src/views/system/internalWorkGroup/modules/TreeNodeModal.vue +++ b/src/views/system/internalWorkGroup/modules/TreeNodeModal.vue @@ -14,6 +14,7 @@