fix(仪表板): 批量操作标题为空

This commit is contained in:
ulleo 2024-06-26 14:13:11 +08:00
parent 455e85fae0
commit 8fde099d21

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"