forked from github/dataease
Merge pull request #11718 from dataease/pr@dev-v2_st
fix(仪表板): 时间过滤规则显示的为文本下拉
This commit is contained in:
commit
0187db5067
@ -348,7 +348,7 @@ const drop = e => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
// URL 字段类型换成文本字段类型
|
// URL 字段类型换成文本字段类型
|
||||||
const displayType = componentInfo.deType === 7 ? 0 : componentInfo.deType
|
const displayType = componentInfo.deType === 7 ? 0 : `${componentInfo.deType}`
|
||||||
list.value.push({
|
list.value.push({
|
||||||
...infoFormat(componentInfo),
|
...infoFormat(componentInfo),
|
||||||
auto: true,
|
auto: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user