This is an automated email from the ASF dual-hosted git repository.
qiuxiafan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/main by this push:
new 39d739ce Fix the Measure Fields (#658)
39d739ce is described below
commit 39d739ce08b6700339c8cbd7188a684cc48980d2
Author: Fine0830 <[email protected]>
AuthorDate: Sun Apr 27 15:03:26 2025 +0800
Fix the Measure Fields (#658)
---
ui/src/components/Read/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/components/Read/index.vue b/ui/src/components/Read/index.vue
index 690c9c26..de56a1b1 100644
--- a/ui/src/components/Read/index.vue
+++ b/ui/src/components/Read/index.vue
@@ -419,7 +419,7 @@ orderBy:
>
<template #default="scope">
<el-popover
- v-if="item.type.includes(`ARRAY`) && scope.row[item.name] !==
`Null`"
+ v-if="(item.type || item.fieldType)?.includes(`ARRAY`) &&
scope.row[item.name] !== `Null`"
effect="dark"
trigger="hover"
placement="top"