diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue index 53590239..bd6c37b7 100644 --- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -34,7 +34,7 @@ v-has="'profileCenter:addChildren'"> - + diff --git a/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterModal.vue b/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterModal.vue index 9c45ee19..ee79f481 100644 --- a/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterModal.vue +++ b/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterModal.vue @@ -27,12 +27,18 @@ - - + + - - + @@ -79,7 +85,10 @@ export default { }, // 推送范围 pushRangeIds: { - rules: [{ required: false, message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.dynamicMessage.pushRange') }], + rules: [{ + required: false, + message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.dynamicMessage.pushRange') + }], validateTrigger: 'change' }, // 文件说明 diff --git a/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterTreeModal.vue b/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterTreeModal.vue index ae5b07a5..1919f281 100644 --- a/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterTreeModal.vue +++ b/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterTreeModal.vue @@ -20,11 +20,13 @@ @@ -75,7 +77,7 @@ export default { validateTrigger: 'change' }, // 查看权限 - authViewIds:{ + authViewIds: { rules: [{ required: false, message: this.$t('pleaseSelect') + this.$t('treeRight.checkPermissions') }], validateTrigger: 'change' }, @@ -114,7 +116,7 @@ export default { let submitFunc if (this.model.id) { submitFunc = editProfileCenterTree - } else if (this.peerOrNot){ + } else if (this.peerOrNot) { submitFunc = addProfileCenterTree } else { submitFunc = addChildrenFolder