1
continuous-integration/drone/push Build is passing Details

main
caiyiling 2025-06-05 16:26:02 +08:00
parent d504039d82
commit 1e4fd0083a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<template v-else>
<el-option
v-for="item of $d.Criterion_Question_Type"
v-show="item.value !== 'fixedTable' && item.value !== 'increment' && item.value !== 'table'"
v-show="item.value !== 'calculation' && item.value !== 'increment' && item.value !== 'table' && item.value !== 'fixedTable'"
:key="item.value"
:value="item.value"
:label="item.label"