NEZ-2080 fix : chart template 图表类型展示错误

This commit is contained in:
likexuan
2022-08-02 13:50:07 +08:00
parent a2fb6dcbbe
commit d36119c8b0
8 changed files with 25 additions and 8 deletions

View File

@@ -166,6 +166,9 @@ export default {
case 'logs':
str += 'nz-icon-logs'
break
case 'bubble':
str += 'nz-icon-bubble'
break
default :
str += 'nz-icon-table1'
break