diff --git a/src/views/dictionary/template/components/CriterionQuestionForm.vue b/src/views/dictionary/template/components/CriterionQuestionForm.vue index 267ba854..221038d8 100644 --- a/src/views/dictionary/template/components/CriterionQuestionForm.vue +++ b/src/views/dictionary/template/components/CriterionQuestionForm.vue @@ -217,13 +217,6 @@ ]"> - - - - {{ item.label }} - - + + + + {{ item.label }} + + diff --git a/src/views/dictionary/template/components/TableQsForm.vue b/src/views/dictionary/template/components/TableQsForm.vue index 5b5fc499..879f571c 100644 --- a/src/views/dictionary/template/components/TableQsForm.vue +++ b/src/views/dictionary/template/components/TableQsForm.vue @@ -140,13 +140,6 @@ ]"> - - - - {{ item.label }} - - @@ -285,6 +278,13 @@ + + + + {{ item.label }} + + diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue b/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue index d11b1a6f..e32b8521 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue @@ -51,15 +51,6 @@ - - - - - {{ item.label }} - - - @@ -259,6 +250,15 @@ $t('trials:readingUnit:qsList:message:msg1') : $t('trials:readingUnit:qsList:message:msg2') }} + + + + + {{ item.label }} + + +