From bf1823d6f3ba5825b6bb21d8af49d1cb12ecb355 Mon Sep 17 00:00:00 2001 From: qianming Date: Tue, 11 Jul 2023 10:32:32 +0800 Subject: [PATCH] =?UTF-8?q?bugfix--=E5=89=AF=E6=A0=87=E9=A2=98=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E5=92=8C=E6=95=B0=E5=80=BC=E8=AE=BE=E5=AE=9A=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E5=86=B2=E7=AA=81-=E7=83=AD=E5=8A=9B=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../designer/tools/configure/heatmap/widget-heatmap.js | 2 +- .../bigscreenDesigner/designer/widget/heatmap/widgetHeatmap.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/report-ui/src/views/bigscreenDesigner/designer/tools/configure/heatmap/widget-heatmap.js b/report-ui/src/views/bigscreenDesigner/designer/tools/configure/heatmap/widget-heatmap.js index 3e041851..9da6b10f 100644 --- a/report-ui/src/views/bigscreenDesigner/designer/tools/configure/heatmap/widget-heatmap.js +++ b/report-ui/src/views/bigscreenDesigner/designer/tools/configure/heatmap/widget-heatmap.js @@ -376,7 +376,7 @@ export const widgetHeatmap = { { type: 'vue-color', label: '字体颜色', - name: 'subTextColor', + name: 'dataColor', required: false, placeholder: '', value: '#fff' diff --git a/report-ui/src/views/bigscreenDesigner/designer/widget/heatmap/widgetHeatmap.vue b/report-ui/src/views/bigscreenDesigner/designer/widget/heatmap/widgetHeatmap.vue index db554cd8..14eec058 100644 --- a/report-ui/src/views/bigscreenDesigner/designer/widget/heatmap/widgetHeatmap.vue +++ b/report-ui/src/views/bigscreenDesigner/designer/widget/heatmap/widgetHeatmap.vue @@ -258,7 +258,7 @@ export default { show: optionsSetup.isShow, textStyle: { fontSize: optionsSetup.fontSize, - color: optionsSetup.subTextColor, + color: optionsSetup.dataColor, fontWeight: optionsSetup.fontWeight, }, };