Merge branch 'feature-creative-center-revert' into uat
This commit is contained in:
@@ -66,11 +66,11 @@ export default defineComponent({
|
|||||||
// name: "市场模拟",
|
// name: "市场模拟",
|
||||||
// path: "/survey/analyse/kndiagram/index",
|
// path: "/survey/analyse/kndiagram/index",
|
||||||
// }
|
// }
|
||||||
// {
|
{
|
||||||
// name: '3D场景分析',
|
name: '3D场景分析',
|
||||||
// icon:'',
|
icon:'',
|
||||||
// path: '/survey/analyse/kndiagram/q3d'
|
path: '/survey/analyse/kndiagram/q3d'
|
||||||
// },
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -122,7 +122,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</ConfigBaseItem>
|
</ConfigBaseItem>
|
||||||
<!-- 3D 相关配置 -->
|
<!-- 3D 相关配置 -->
|
||||||
<!-- <Config3D :key="copyConfig.question_index&©Config.question_type" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type" :question="copyConfig"/> -->
|
<Config3D :key="copyConfig.question_index&©Config.question_type" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type" :question="copyConfig"/>
|
||||||
|
|
||||||
<ConfigRequire
|
<ConfigRequire
|
||||||
title="选项随机"
|
title="选项随机"
|
||||||
@@ -139,16 +139,14 @@ import { computed, reactive } from "@vue/reactivity";
|
|||||||
import ConfigTitle from "../../components/config/ConfigTitle.vue";
|
import ConfigTitle from "../../components/config/ConfigTitle.vue";
|
||||||
import ConfigRequire from "../../components/config/ConfigRequire.vue";
|
import ConfigRequire from "../../components/config/ConfigRequire.vue";
|
||||||
import ConfigBaseItem from "../../components/config/ConfigBaseItem.vue";
|
import ConfigBaseItem from "../../components/config/ConfigBaseItem.vue";
|
||||||
// import Config3D from "../../components/config/Config3D.vue";
|
import Config3D from "../../components/config/Config3D.vue";
|
||||||
import { useStore } from "vuex";
|
import { useStore } from "vuex";
|
||||||
import { newQuesConfig } from "../../mode/index";
|
import { newQuesConfig } from "../../mode/index";
|
||||||
import ConfigOptionCount from "../../components/config/ConfigOptionCount.vue";
|
import ConfigOptionCount from "../../components/config/ConfigOptionCount.vue";
|
||||||
import { quickQuesTypeList } from "../../../../../utils/common.js";
|
import { quickQuesTypeList } from "../../../../../utils/common.js";
|
||||||
export default {
|
export default {
|
||||||
name: "ChoiceConfig",
|
name: "ChoiceConfig",
|
||||||
components: { ConfigTitle, ConfigRequire, ConfigBaseItem, ConfigOptionCount,
|
components: { ConfigTitle, ConfigRequire, ConfigBaseItem, ConfigOptionCount, Config3D },
|
||||||
// Config3D
|
|
||||||
},
|
|
||||||
emits: ["update"],
|
emits: ["update"],
|
||||||
props: {
|
props: {
|
||||||
config: {
|
config: {
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- 3D 相关配置 -->
|
<!-- 3D 相关配置 -->
|
||||||
<!-- <Config3D :key="copyConfig.question_index" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type"/> -->
|
<Config3D :key="copyConfig.question_index" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type"/>
|
||||||
|
|
||||||
<ConfigTextCount
|
<ConfigTextCount
|
||||||
v-if="![5, 6, 7].includes(text_type)"
|
v-if="![5, 6, 7].includes(text_type)"
|
||||||
@@ -195,7 +195,7 @@ import ConfigContentType from "../../components/config/ConfigContentType.vue";
|
|||||||
import ConfigTextCount from "../../components/config/ConfigTextCount.vue";
|
import ConfigTextCount from "../../components/config/ConfigTextCount.vue";
|
||||||
import ConfigInputVertical from "../../components/config/ConfigInputVertical.vue";
|
import ConfigInputVertical from "../../components/config/ConfigInputVertical.vue";
|
||||||
import { quickQuesTypeList } from "../../../../../utils/common.js";
|
import { quickQuesTypeList } from "../../../../../utils/common.js";
|
||||||
// import Config3D from "../../components/config/Config3D.vue";
|
import Config3D from "../../components/config/Config3D.vue";
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: "CompletionConfig",
|
name: "CompletionConfig",
|
||||||
@@ -206,7 +206,7 @@ export default defineComponent({
|
|||||||
ConfigContentType,
|
ConfigContentType,
|
||||||
ConfigTextCount,
|
ConfigTextCount,
|
||||||
ConfigInputVertical,
|
ConfigInputVertical,
|
||||||
// Config3D,
|
Config3D,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
config: {
|
config: {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- 3D 相关配置 -->
|
<!-- 3D 相关配置 -->
|
||||||
<!-- <Config3D :key="copyConfig.question_index" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type"/> -->
|
<Config3D :key="copyConfig.question_index" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type"/>
|
||||||
|
|
||||||
<ConfigBaseItem class="block">
|
<ConfigBaseItem class="block">
|
||||||
<div>
|
<div>
|
||||||
@@ -131,7 +131,7 @@ import ConfigBaseItem from "../../components/config/ConfigBaseItem.vue";
|
|||||||
import { reactive, computed } from "vue";
|
import { reactive, computed } from "vue";
|
||||||
import { useStore } from "vuex";
|
import { useStore } from "vuex";
|
||||||
import ConfigTitle from "../../components/config/ConfigTitle.vue";
|
import ConfigTitle from "../../components/config/ConfigTitle.vue";
|
||||||
// import Config3D from "../../components/config/Config3D.vue";
|
import Config3D from "../../components/config/Config3D.vue";
|
||||||
import { message } from 'ant-design-vue';
|
import { message } from 'ant-design-vue';
|
||||||
import { isNumber } from 'element-plus/lib/utils';
|
import { isNumber } from 'element-plus/lib/utils';
|
||||||
|
|
||||||
@@ -140,7 +140,7 @@ export default {
|
|||||||
ConfigTitle,
|
ConfigTitle,
|
||||||
ConfigRequire,
|
ConfigRequire,
|
||||||
ConfigBaseItem,
|
ConfigBaseItem,
|
||||||
// Config3D,
|
Config3D,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
config: {
|
config: {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<ConfigTitle :quiz-index="copyConfig?.title || ''" title="图文说明题" />
|
<ConfigTitle :quiz-index="copyConfig?.title || ''" title="图文说明题" />
|
||||||
<div class="quiz-config-content">
|
<div class="quiz-config-content">
|
||||||
<!-- 3D 相关配置 -->
|
<!-- 3D 相关配置 -->
|
||||||
<!-- <Config3D :key="copyConfig.question_index" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type"/> -->
|
<Config3D :key="copyConfig.question_index" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
<script>
|
<script>
|
||||||
import { reactive, computed } from "vue";
|
import { reactive, computed } from "vue";
|
||||||
import ConfigTitle from "../../components/config/ConfigTitle.vue";
|
import ConfigTitle from "../../components/config/ConfigTitle.vue";
|
||||||
// import Config3D from "../../components/config/Config3D.vue";
|
import Config3D from "../../components/config/Config3D.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
ConfigTitle,
|
ConfigTitle,
|
||||||
// Config3D,
|
Config3D,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
config: {
|
config: {
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
</ConfigBaseItem>
|
</ConfigBaseItem>
|
||||||
|
|
||||||
<!-- 3D 相关配置 -->
|
<!-- 3D 相关配置 -->
|
||||||
<!-- <Config3D :key="copyConfig.question_index" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type"/> -->
|
<Config3D :key="copyConfig.question_index" v-model:config="copyConfig.config" @changeConfig="() => updateConfig(copyConfig)" :questionType="copyConfig.question_type"/>
|
||||||
|
|
||||||
<ConfigRequire
|
<ConfigRequire
|
||||||
title="选项随机"
|
title="选项随机"
|
||||||
@@ -209,7 +209,7 @@ import RateSelect from "../../../../../components/RateSelect.vue";
|
|||||||
import { computed, reactive } from "@vue/runtime-core";
|
import { computed, reactive } from "@vue/runtime-core";
|
||||||
import { useStore } from "vuex";
|
import { useStore } from "vuex";
|
||||||
import { newQuesConfig } from "../../mode/index.js";
|
import { newQuesConfig } from "../../mode/index.js";
|
||||||
// import Config3D from "../../components/config/Config3D.vue";
|
import Config3D from "../../components/config/Config3D.vue";
|
||||||
export default {
|
export default {
|
||||||
name: "MatrixConfig",
|
name: "MatrixConfig",
|
||||||
components: {
|
components: {
|
||||||
@@ -222,7 +222,7 @@ export default {
|
|||||||
ConfigOptionCount,
|
ConfigOptionCount,
|
||||||
ConfigGrade,
|
ConfigGrade,
|
||||||
RateSelect,
|
RateSelect,
|
||||||
// Config3D,
|
Config3D,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
config: {
|
config: {
|
||||||
|
|||||||
Reference in New Issue
Block a user