- {{ questionTypeMap.get(analysis.question_type as number) }}
+ {{
+ questionTypeMap.get(analysis.question_type as number)
+ }}
{{ analysis.stem }}
@@ -10,7 +12,7 @@
:props="getTableHeadProps(analysis.head)"
:data="analysis.option"
v-if="analysis.head"
- >
+ />
diff --git a/src/views/Survey/views/Analysis/components/LogicInfo/Index.vue b/src/views/Survey/views/Analysis/components/LogicInfo/Index.vue
index 685b3bb..fd93bd4 100644
--- a/src/views/Survey/views/Analysis/components/LogicInfo/Index.vue
+++ b/src/views/Survey/views/Analysis/components/LogicInfo/Index.vue
@@ -1,7 +1,11 @@
-
-
-
-
-
- {{ tab.title }}
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ tab.title }}
+
+
+
+
+
+
+
diff --git a/src/views/Survey/views/Analysis/components/types/logicInfo.d.ts b/src/views/Survey/views/Analysis/components/types/logicInfo.d.ts
index 3d312ae..2ac7475 100644
--- a/src/views/Survey/views/Analysis/components/types/logicInfo.d.ts
+++ b/src/views/Survey/views/Analysis/components/types/logicInfo.d.ts
@@ -1,5 +1,5 @@
type LogicInfoTab = {
title: string,
props: unknown,
- data: unknown
+ data: [] | any[]
}
\ No newline at end of file