From c129d792733011851533355b6b8afed6af11148c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 16 May 2024 14:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E5=8D=95=E5=85=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=B0=E5=A2=9E=E5=BF=85=E5=A1=AB=E9=A1=B9=E5=BD=B1?= =?UTF-8?q?=E5=83=8F=E6=A8=A1=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading-unit/components/ReadingRules.vue | 572 +++++++++++++----- .../reading-unit/components/TableQsForm.vue | 24 +- 2 files changed, 434 insertions(+), 162 deletions(-) diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/ReadingRules.vue b/src/views/trials/trials-panel/setting/reading-unit/components/ReadingRules.vue index 0bcb858b..b7afd9c2 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/ReadingRules.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/ReadingRules.vue @@ -5,7 +5,7 @@ ref="readingRulesForm" v-loading="loading" :model="form" - style="width:800px;" + style="width: 800px" :rules="rules" label-width="340px" size="small" @@ -17,7 +17,10 @@ > + + + + {{ + item + }} + + {{ + $t("trials:readingUnit:readingRules:title:CriterionModalitysAll") + }} + {{ item.label }} @@ -261,21 +350,31 @@ {{ item.label }} @@ -284,12 +383,18 @@ - + - - + - - {{ item.label }} - - - - + + {{ item.label }} + + + + + - - {{ $t('common:button:save') }} + + {{ $t("common:button:save") }}