From 69631371008500e92f73fd3534f416121ec501b3 Mon Sep 17 00:00:00 2001 From: Jackwang Date: Mon, 29 Nov 2021 10:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/heart/volunteerteam-add-or-update.vue | 9 ++++++++- src/views/modules/heart/volunteerteam.vue | 1 + .../modules/heart/volunteerunion-add-or-update.vue | 10 ++++++++-- src/views/modules/heart/volunteerunion.vue | 1 + 4 files changed, 18 insertions(+), 3 deletions(-) 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 @@ +