mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
fix(查询组件): 组件中 “选择关联图表及字段” 的“维度”和“参数”混淆,选择“维度”后显示的仍然是“参数”的过滤数据 #12236
This commit is contained in:
@@ -1574,15 +1574,15 @@ defineExpose({
|
||||
<template v-if="curComponent.checkedFieldsMap[field.componentId]" #prefix>
|
||||
<el-icon>
|
||||
<Icon
|
||||
:className="`field-icon-${
|
||||
fieldType[
|
||||
getDetype(
|
||||
curComponent.checkedFieldsMap[field.componentId],
|
||||
Object.values(field.fields)
|
||||
)
|
||||
]
|
||||
}`"
|
||||
><component
|
||||
:class="`field-icon-${
|
||||
fieldType[
|
||||
getDetype(
|
||||
curComponent.checkedFieldsMap[field.componentId],
|
||||
Object.values(field.fields)
|
||||
)
|
||||
]
|
||||
}`"
|
||||
:is="
|
||||
iconFieldMap[
|
||||
fieldType[
|
||||
|
||||
Reference in New Issue
Block a user