diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionFormItem.vue b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionFormItem.vue
index 0f68c31c..ee8bc6c0 100644
--- a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionFormItem.vue
+++ b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionFormItem.vue
@@ -7,25 +7,23 @@
{{ question.GroupName }}
-->
- {{ language==='en'?question.GroupEnName:question.GroupName }}
+ {{ language === "en" ? question.GroupEnName : question.GroupName }}
-
+
{{ question.QuestionName }}
-
- {{ $t('trials:readingUnit:qsList:title:add') }}
+
+ {{ $t("trials:readingUnit:qsList:title:add") }}
-
+
{formItemChange(val, question)})"
+ :disabled="
+ (question.TableQuestionType === 2 ||
+ question.QuestionGenre === 2) &&
+ !!question.DictionaryCode
+ "
+ @change="
+ (val) => {
+ formItemChange(val, question);
+ }
+ "
>
-
+
-
+
-
{formItemChange(val, question)})"
+ @change="
+ (val) => {
+ formItemChange(val, question);
+ }
+ "
>
-
-
- {{ item.label }}
-
-
-
-
- {{ val }}
-
-
+
+
+ {{ item.label }}
+
+
+
+
+ {{ val }}
+
+
@@ -155,7 +197,7 @@
@@ -167,7 +209,7 @@
/>
@@ -177,7 +219,11 @@
v-if="question.Type === 'number' && question.DataSource !== 1"
v-model="questionForm[question.Id]"
type="number"
- @change="((val)=>{formItemNumberChange(val, question)})"
+ @change="
+ (val) => {
+ formItemNumberChange(val, question);
+ }
+ "
/>
-
+
![]()
+ />
-
+
- {{ $t('trials:readingUnit:qsList:message:loading') }}...
+ {{ $t("trials:readingUnit:qsList:message:loading")
+ }}...
-
+
-
+
-