From ee4bd5ec8ee5613b049f8fb9ef89dde2225b63d1 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 22 Oct 2024 14:16:44 +0800 Subject: [PATCH] =?UTF-8?q?ecrf=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/CriterionQuestionForm.vue | 20 +++++++++- .../template/components/TableQsForm.vue | 29 +++++++++++++-- .../reading-unit/components/QuestionsForm.vue | 37 ++++++++++++++++--- .../reading-unit/components/TableQsForm.vue | 15 +++++++- 4 files changed, 90 insertions(+), 11 deletions(-) diff --git a/src/views/dictionary/template/components/CriterionQuestionForm.vue b/src/views/dictionary/template/components/CriterionQuestionForm.vue index af4bf7ce..15154a51 100644 --- a/src/views/dictionary/template/components/CriterionQuestionForm.vue +++ b/src/views/dictionary/template/components/CriterionQuestionForm.vue @@ -502,10 +502,22 @@ + label="最大长度" + prop="MaxAnswerLength" + :rules="[ + { required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' } + ]" + > - + + label="最大长度" + prop="MaxAnswerLength" + :rules="[ + { required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' } + ]" + > - + @@ -347,6 +359,10 @@ - + - + - + - + @@ -690,7 +710,14 @@ - + - +