fix: 过滤组件过滤地理位置类型的字段,查询条件展示类型没有对应的类型

This commit is contained in:
dataeaseShu 2023-10-30 10:25:44 +08:00
parent 2f0293aa6f
commit f8c74631de

View File

@ -729,10 +729,17 @@ defineExpose({
value="0"
/>
<el-option
v-if="curComponent.displayType === '2'"
:disabled="curComponent.displayType !== '2'"
label="数字下拉"
value="2"
/>
<el-option
v-else
:disabled="curComponent.displayType !== '5'"
label="数字下拉"
value="5"
/>
<el-option
:disabled="!['1', '7'].includes(curComponent.displayType)"
label="时间"