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 @@
-
-
+
+
-
+
-
-