mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(图表): URL 字段类型应该使用字符类型的过滤操作
This commit is contained in:
@@ -97,7 +97,7 @@ const operators = computed(() => {
|
||||
if (authTargetType.value === 'sysParams') {
|
||||
return textOptionsForSysParams
|
||||
}
|
||||
if ([0, 5].includes(deType)) {
|
||||
if ([0, 5, 7].includes(deType)) {
|
||||
return textOptions
|
||||
} else if (deType === 1) {
|
||||
return dateOptions
|
||||
|
||||
@@ -740,7 +740,7 @@ const tablePageClass = computed(() => {
|
||||
justify-content: center;
|
||||
}
|
||||
.antv-s2-tooltip-container {
|
||||
max-width: 80px;
|
||||
max-width: 400px;
|
||||
min-width: 80px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user