fix:修复查询条件无法添加问题 (#2047)

This commit is contained in:
我看谁不卷
2025-06-28 22:30:45 +08:00
committed by GitHub
parent a5e1170af0
commit ea7455e092

View File

@@ -697,7 +697,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择字段查询条件" placeholder="请选择字段查询条件"
clearable clearable
:disabled="row.fieldType !== 'json' || row.disabled" :disabled="row.fieldType === 'json' || row.disabled"
> >
<el-option <el-option
v-for="item in typeSearchOptions" v-for="item in typeSearchOptions"