fix(仪表板): 时间过滤规则显示的为文本下拉

This commit is contained in:
dataeaseShu
2024-08-23 14:14:30 +08:00
parent 7605b04462
commit 2c1735d091

View File

@@ -348,7 +348,7 @@ const drop = e => {
}
})
// URL 字段类型换成文本字段类型
const displayType = componentInfo.deType === 7 ? 0 : componentInfo.deType
const displayType = componentInfo.deType === 7 ? 0 : `${componentInfo.deType}`
list.value.push({
...infoFormat(componentInfo),
auto: true,