fix:修复查询条件无法添加问题 (#2047)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user