NEZ-879 fix: 修复chart template列表数据type展示不正确问题

This commit is contained in:
@changcode
2021-08-02 11:06:02 +08:00
parent 036c45bfb3
commit c7fe670c24

View File

@@ -265,6 +265,10 @@ export const chart = {
{
value: 'group',
label: i18n.t('dashboard.panel.chartForm.typeVal.group.label')
},
{
value: 'diagram',
label: i18n.t('dashboard.panel.chartForm.typeVal.diagram.label')
}
]
}