forked from github/dataease
fix(图表): URL 字段类型应该使用字符类型的过滤操作
This commit is contained in:
parent
3bdeab6f9f
commit
7497e16618
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user