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
commit 4250bc353a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"