fix:修改chartTepm logs显示错误的问题 以及图标的替换

This commit is contained in:
zhangyu
2021-09-06 16:22:05 +08:00
parent 7a4bd48b8a
commit b395e3b936
6 changed files with 28 additions and 9 deletions

View File

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