Merge pull request #10519 from ulleo/dev-v2

fix(仪表板): 批量操作标题为空
This commit is contained in:
ulleo
2024-06-26 14:13:45 +08:00
committed by GitHub

View File

@@ -446,7 +446,7 @@ watch(
:change-model="chart.customStyle.xAxis"
@modelChange="val => onChangeXAxisForm(val, 'show')"
name="xAxis"
:title="selectorSpec['x-axis-selector']?.title"
:title="t('chart.xAxis')"
>
<x-axis-selector
class="attr-selector"