diff --git a/src/views/modules/heart/volunteerteam-add-or-update.vue b/src/views/modules/heart/volunteerteam-add-or-update.vue index 7f29226..f18ca8d 100644 --- a/src/views/modules/heart/volunteerteam-add-or-update.vue +++ b/src/views/modules/heart/volunteerteam-add-or-update.vue @@ -16,6 +16,9 @@ + + + @@ -44,6 +47,7 @@ export default { contacts: '', phone: '', content: '', + sort: '', revision: '', createdBy: '', createdTime: '', @@ -89,7 +93,10 @@ export default { ], delFlag: [ { required: true, message: this.$t('validate.required'), trigger: 'blur' } - ] + ], + sort: [ + { required: true, message: this.$t('validate.required'), trigger: 'blur' } + ], } } }, diff --git a/src/views/modules/heart/volunteerteam.vue b/src/views/modules/heart/volunteerteam.vue index 024bd09..fb5139e 100644 --- a/src/views/modules/heart/volunteerteam.vue +++ b/src/views/modules/heart/volunteerteam.vue @@ -36,6 +36,7 @@ +