diff --git a/src/components/YLSelect.vue b/src/components/YLSelect.vue index a663699..f89fb02 100644 --- a/src/components/YLSelect.vue +++ b/src/components/YLSelect.vue @@ -12,7 +12,7 @@ :value="item.value" :disabled="item.disabled" > - + diff --git a/src/views/Design/Preview.vue b/src/views/Design/Preview.vue new file mode 100644 index 0000000..b1be816 --- /dev/null +++ b/src/views/Design/Preview.vue @@ -0,0 +1,48 @@ + + + diff --git a/src/views/Design/components/ActionCompoents/QuestionAction.vue b/src/views/Design/components/ActionCompoents/QuestionAction.vue index b6c7ff7..28359ee 100644 --- a/src/views/Design/components/ActionCompoents/QuestionAction.vue +++ b/src/views/Design/components/ActionCompoents/QuestionAction.vue @@ -44,9 +44,6 @@ {{ getSkipTypeText(0) }} - - - diff --git a/src/views/Design/components/ActionCompoents/components/QuestionBefore.vue b/src/views/Design/components/ActionCompoents/components/QuestionBefore.vue index 6dfb78b..a52af10 100644 --- a/src/views/Design/components/ActionCompoents/components/QuestionBefore.vue +++ b/src/views/Design/components/ActionCompoents/components/QuestionBefore.vue @@ -173,7 +173,8 @@ skipOption.push( .map((item) => { return { value: item.question_index, - label: item.stem + // todo 吧title Q1 Q2 放到 题目的前面 + label: item.title + item.stem }; }) ); diff --git a/src/views/Design/components/ChooseQuestion.vue b/src/views/Design/components/ChooseQuestion.vue index 0c87162..2a8eef2 100644 --- a/src/views/Design/components/ChooseQuestion.vue +++ b/src/views/Design/components/ChooseQuestion.vue @@ -8,11 +8,8 @@ -