forked from github/dataease
fix(仪表板): 时间过滤规则显示的为文本下拉
This commit is contained in:
parent
7605b04462
commit
2c1735d091
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user