阅片单元配置外层问题ABS无法选择
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
16c0e84ca0
commit
5ad0da7a4a
|
|
@ -40,7 +40,6 @@ function filterAsyncRouter(asyncRouterMap = [], lastRouter = false, type = false
|
||||||
route.meta = eval('(' + route.Meta + ')')
|
route.meta = eval('(' + route.Meta + ')')
|
||||||
route.meta.icon = route.MenuIcon
|
route.meta.icon = route.MenuIcon
|
||||||
route.meta.i18n = route.LanguageMark
|
route.meta.i18n = route.LanguageMark
|
||||||
console.log(route.LanguageMark)
|
|
||||||
delete route.Meta
|
delete route.Meta
|
||||||
}
|
}
|
||||||
delete route.MenuIcon
|
delete route.MenuIcon
|
||||||
|
|
|
||||||
|
|
@ -298,7 +298,7 @@
|
||||||
<el-input :disabled="form.DataSource === 1" v-model="form.DefaultValue" />
|
<el-input :disabled="form.DataSource === 1" v-model="form.DefaultValue" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- 高亮标记值 -->
|
<!-- 高亮标记值 -->
|
||||||
<el-form-item v-if="(form.Type === 'select' || form.Type === 'radio'|| form.Type === 'calculation')"
|
<el-form-item v-if="(form.Type === 'select' || form.Type === 'radio' || form.Type === 'calculation')"
|
||||||
:label="$t('trials:readingUnit:qsList:title:highlightAnswers')" prop="HighlightAnswerList">
|
:label="$t('trials:readingUnit:qsList:title:highlightAnswers')" prop="HighlightAnswerList">
|
||||||
<el-select v-model="form.HighlightAnswerList" clearable multiple>
|
<el-select v-model="form.HighlightAnswerList" clearable multiple>
|
||||||
<template v-if="form.TypeValue">
|
<template v-if="form.TypeValue">
|
||||||
|
|
@ -915,6 +915,14 @@ export default {
|
||||||
TableQuestionId: null
|
TableQuestionId: null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
} else if (this.form.CustomCalculateMark === 15) {
|
||||||
|
this.form.CalculateQuestions = [
|
||||||
|
{
|
||||||
|
IsTable: false,
|
||||||
|
QuestionId: null,
|
||||||
|
TableQuestionId: null
|
||||||
|
}
|
||||||
|
]
|
||||||
} else {
|
} else {
|
||||||
this.form.CalculateQuestions = [
|
this.form.CalculateQuestions = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue