From 1d7b187ddcdea48b716364fcfe196f474d8c8e8e Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 27 Jun 2025 14:18:24 +0800
Subject: [PATCH] =?UTF-8?q?CRF=E8=A1=A8=E6=A0=BC-=E9=A2=84=E8=A7=88?=
=?UTF-8?q?=E6=97=B6=E6=B2=A1=E6=9C=89=E5=B1=95=E7=A4=BA=E5=8D=95=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/QuestionFormItem.vue | 468 ++++++------------
.../components/QuestionTableFormItem.vue | 273 ++++------
2 files changed, 252 insertions(+), 489 deletions(-)
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 864f94da..b8b491d4 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
@@ -6,16 +6,12 @@
>
{{ question.GroupName }}
-->
-
+
{{ language === "en" ? question.GroupEnName : question.GroupName }}
-
+
{{ question.QuestionName }}
@@ -24,166 +20,103 @@
-
+
+
+ {{ scope.row[item.Id] }}{{ item.Unit !== 4 ? $fd('ValueUnit', item.Unit)
+ : item.ValueType === 2 ? '%' :
+ item.CustomUnit }}
+ {{ scope.row[item.Id] }}
+
+
-
+ ]">
- { formItemChange(val, question) }"
- />
+ { formItemChange(val, question) }" />
- { formItemChange(val, question) }"
- />
+ { formItemChange(val, question) }" />
- { formItemChange(val, question) }">
+
+
+
+
+
+
+ { formItemChange(val, question) }"
- >
-
-
-
-
-
-
-
-
+ question.DictionaryCode
+ ">
+
-
+
- { formItemChange(val, question) }"
- >
+ { formItemChange(val, question) }">
-
+
{{ item.label }}
-
+
{{ val.trim() }}
- { formItemChange(val, question) }"
- >
+ { formItemChange(val, question) }">
-
+
{{ item.label }}
-
+
{{ val.trim() }}
@@ -191,129 +124,68 @@
-
+
-
- { formItemChange(val, question) }"
- >
-
+
+ { formItemChange(val, question) }">
+
- { formItemChange(val, question) }"
- >
-
+ { formItemChange(val, question) }">
+
{{ item.trim() }}
-
+
-
+
- { formItemNumberChange(val, question) }"
- >
-
+ { formItemNumberChange(val, question) }">
+
+ {{ question.Unit !== 4 ? $fd('ValueUnit', question.Unit) :
+ question.CustomUnit }}
+ %
- { formItemNumberChange(val, question) }"
- />
-
+ { formItemNumberChange(val, question) }">
+ {{ question.Unit !== 4 ? $fd('ValueUnit', question.Unit) :
+ question.CustomUnit }}
+ %
+
+
+ {{ question.Unit !== 4 ? $fd('ValueUnit', question.Unit) :
+ question.CustomUnit }}
+ %
+
-
+
-
![]()
+
-
+
-
+
-
+
@@ -324,62 +196,28 @@
-
-
+
+
-
+
-
-