是否预设添加限制下拉框、单选框
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-10-14 14:48:17 +08:00
parent 1e49dedd23
commit 58c33bc008
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
</el-radio-group>
</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">
<el-radio-group v-model="form.IsPreinstall">
<el-radio v-for="item of $d.YesOrNo" :key="`QuestionIsPreinstall${item.value}`" :label="item.value">