fix: 修改新增chart 参数的相关问题

This commit is contained in:
zhangyu
2021-12-06 11:40:06 +08:00
parent 1383969fb2
commit 39c94f5dec
7 changed files with 58 additions and 34 deletions

View File

@@ -400,7 +400,7 @@ export default {
selectList: [],
chartTypeList: [
{
id: 'singleStat',
id: 'stat',
name: this.$t('dashboard.panel.chartForm.typeVal.singleStat.label')
},
{
@@ -456,7 +456,7 @@ export default {
},
chartTypeChange (type) {
switch (type) {
case 'singleStat':
case 'stat':
case 'bar':
case 'pie':
case 'guage':