fix:修复查询条件无法添加问题 (#2047)
This commit is contained in:
@@ -697,7 +697,7 @@
|
||||
style="width: 100%"
|
||||
placeholder="请选择字段查询条件"
|
||||
clearable
|
||||
:disabled="row.fieldType !== 'json' || row.disabled"
|
||||
:disabled="row.fieldType === 'json' || row.disabled"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in typeSearchOptions"
|
||||
|
Reference in New Issue
Block a user