diff --git a/src/views/dictionary/template/components/CriterionQuestionForm.vue b/src/views/dictionary/template/components/CriterionQuestionForm.vue
index 6f5c12a7..27dd77fb 100644
--- a/src/views/dictionary/template/components/CriterionQuestionForm.vue
+++ b/src/views/dictionary/template/components/CriterionQuestionForm.vue
@@ -10,7 +10,15 @@
>
- {typeChange(val, form)})">
+ {
+ typeChange(val, form)
+ }
+ "
+ >
-
+
-
+
-
+
-
+
@@ -133,25 +129,27 @@
-->
{questionGenreChange(val, form)})"
+ @change="
+ (val) => {
+ questionGenreChange(val, form)
+ }
+ "
>
-
- 无
-
+ 无
@@ -183,13 +181,8 @@
/>
-
-
+
+
- {form.DefaultValue = null}">
+ {
+ form.DefaultValue = null
+ }
+ "
+ >
-
+
-
+
-
+
{isShowQuestionChange(val, form)})"
+ @change="
+ (val) => {
+ isShowQuestionChange(val, form)
+ }
+ "
>
{parentQuestionChange(val, form)})"
+ @change="
+ (val) => {
+ parentQuestionChange(val, form)
+ }
+ "
>
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
- {isJudgeQuestionChange(val, form)})">
- {{ item.label }}
+
+ {
+ isJudgeQuestionChange(val, form)
+ }
+ "
+ >
+ {{ item.label }}
-
+
{isRequiredChange(val, form)})"
+ :disabled="form.IsJudgeQuestion === true || form.ShowQuestion === 2"
+ @change="
+ (val) => {
+ isRequiredChange(val, form)
+ }
+ "
>
{relevanceQuestionChange(val, form)})"
+ @change="
+ (val) => {
+ relevanceQuestionChange(val, form)
+ }
+ "
>
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-->
-
+
- {{ item.label }}
+ {{ item.label }}
- {{ item.label }}
+ {{ item.label }}
-
+
-->
-
+
-
+
- {{ item.label }}
+ {{ item.label }}
-
+
-