From 5bed44605598492bf0da297614398f0dc79919cc Mon Sep 17 00:00:00 2001
From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com>
Date: Fri, 6 Sep 2024 15:13:46 +0800
Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=A0=87=E5=87=86=E6=95=B0?=
=?UTF-8?q?=E5=80=BC=E9=97=AE=E9=A2=98=E5=8F=AF=E8=AE=BE=E4=B8=BA=E8=A3=81?=
=?UTF-8?q?=E5=88=A4=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/CriterionQuestionForm.vue | 469 +++++++++++-------
1 file changed, 290 insertions(+), 179 deletions(-)
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 }}
-
+
-