From 4de8de62caf118d3baef8f097c9064f9a2b0b10e Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 1 Apr 2025 18:34:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E6=95=B0=E5=80=BC?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=86=85=EF=BC=8C=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E7=AE=80=E7=A7=B0=20#14335?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/drag-item/components/ValueFormatterEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/chart/components/editor/drag-item/components/ValueFormatterEdit.vue b/core/core-frontend/src/views/chart/components/editor/drag-item/components/ValueFormatterEdit.vue index b317192ac3..ba8dea5bfd 100644 --- a/core/core-frontend/src/views/chart/components/editor/drag-item/components/ValueFormatterEdit.vue +++ b/core/core-frontend/src/views/chart/components/editor/drag-item/components/ValueFormatterEdit.vue @@ -32,6 +32,7 @@ const state = reactive({ function changeUnitLanguage(cfg: BaseFormatter, lang) { onChangeFormatCfgUnitLanguage(cfg, lang) + getExampleValue() } const init = () => {