@@ -52,7 +52,7 @@
|
|||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- 是否预设 -->
|
<!-- 是否预设 -->
|
||||||
<el-form-item v-if="form.Type !== 'summary' && form.Type !== 'screenshot' && form.Type !== 'upload'"
|
<el-form-item v-if="form.Type === 'select' || form.Type === 'radio'"
|
||||||
:label="$t('trials:qcCfg:table:IsPreinstall')" prop="IsPreinstall">
|
:label="$t('trials:qcCfg:table:IsPreinstall')" prop="IsPreinstall">
|
||||||
<el-radio-group v-model="form.IsPreinstall">
|
<el-radio-group v-model="form.IsPreinstall">
|
||||||
<el-radio v-for="item of $d.YesOrNo" :key="`QuestionIsPreinstall${item.value}`" :label="item.value">
|
<el-radio v-for="item of $d.YesOrNo" :key="`QuestionIsPreinstall${item.value}`" :label="item.value">
|
||||||
|
|||||||
Reference in New Issue
Block a user