Merge pull request #11718 from dataease/pr@dev-v2_st

fix(仪表板): 时间过滤规则显示的为文本下拉
This commit is contained in:
dataeaseShu 2024-08-23 14:16:25 +08:00 committed by GitHub
commit 0187db5067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,