mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
fix(仪表板): 时间过滤规则显示的为文本下拉
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user