From c412908c4b6821ddbb5cead23900910ba6fbee23 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 17 Oct 2024 19:20:02 +0800 Subject: [PATCH] fix --- .../widget/graph-styles/components/ValueMappings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/configuration/widget/graph-styles/components/ValueMappings.vue b/src/views/dashboard/configuration/widget/graph-styles/components/ValueMappings.vue index f0a8eb2e..fa147bcb 100644 --- a/src/views/dashboard/configuration/widget/graph-styles/components/ValueMappings.vue +++ b/src/views/dashboard/configuration/widget/graph-styles/components/ValueMappings.vue @@ -19,7 +19,7 @@ limitations under the License. -->
:
- {{ decorations[key] }} + {{ valueMappings[key] }}